Problem to draw a bitmap

Dmitry Timoshkov dmitry at baikal.ru
Fri Dec 3 20:48:40 CST 2004


"Rémi Assailly" <remi.assailly at free.fr> wrote:

> I tested a program ( an other one, with source code this time )
> On my Windows XP system I have no problem.
> When I use Wine I just get a window. ( where is my bitmap ? )
> Then I tried this : "WINEDEBUG=gdi wine progtest" and as Wine is slower
> I could see my bitmap, which disappeared as fast as it appeared...

> > /* Make the window visible on the screen */
> >     ShowWindow (hwnd, nFunsterStil);

Insert UpdateWindow(hwnd); here.

> > PrintBmp(hwnd, "BOARD.bmp");

--
Dmitry.





More information about the wine-devel mailing list