Re: Re[2]: ImageList - my findings

2003-03-24 Thread Mike Hearn
I found the error seemed to surface with 1 bit bitmaps - I didn't know the encoding used though and got stuck. I think it's copying bytes not bits, which leads to corruption. On Mon, 2003-03-24 at 02:57, Vitaliy Margolen wrote: Well, it's the problem dealing with multi-row bitmaps for Image

Re[2]: ImageList - my findings

2003-03-23 Thread Vitaliy Margolen
Well, it's the problem dealing with multi-row bitmaps for Image list. Here is what happens: - When image list has single row bitmaps (image + mask) everything fine. - When image list has multi row bitmaps, wine's ImageLitst tries to rearrange them into single row. And this is where it fails.

Re[2]: ImageList - my findings

2003-03-23 Thread Vitaliy Margolen
Telling truth, I'm not sure. I can't think of any real reason why some app would depend on this. There are number of functions to alter image list. Only one thing that might depend on this is some kind of development environment. But this won't work without DIBSection any way. The reason I was