Re: GetDIBits() with a bitmap that is selected in a device context

2006-06-06 Thread Dmitry Timoshkov
"Michael Kaufmann" <[EMAIL PROTECTED]> wrote: I have submitted new tests to wine-patches. Thanks. @Dmitry: One of your bitmap tests triggers an assertion on Windows 9x. Look here: http://test.winehq.org/data/200605161000/ That's strange. Although many tests fail here under Win98SE the test

Re: GetDIBits() with a bitmap that is selected in a device context

2006-06-05 Thread Michael Kaufmann
etDIBits with a bitmap that is selected in a device context is not allowed. But surprisingly it works on Windows. Does anybody have an idea how to solve this problem? A very first step should be to write a test case and integrate it into the Wine GDI tests.

Re: GetDIBits() with a bitmap that is selected in a device context

2006-06-04 Thread Dmitry Timoshkov
and calls GetDIBColorTable(). But this fails, because Wine can't select this bitmap in a memory device context again. According to MSDN, calling GetDIBits with a bitmap that is selected in a device context is not allowed. But surprisingly it works on Windows. Does anybody have an idea how

GetDIBits() with a bitmap that is selected in a device context

2006-06-04 Thread Michael Kaufmann
7;t select this bitmap in a memory device context again. According to MSDN, calling GetDIBits with a bitmap that is selected in a device context is not allowed. But surprisingly it works on Windows. Does anybody have an idea how to solve this problem? Regards, Michael