Re: Problem to draw a bitmap

2004-12-05 Thread Rémi Assailly
Dmitry Timoshkov wrote : /* Make the window visible on the screen */ ShowWindow (hwnd, nFunsterStil); Insert UpdateWindow(hwnd); here. PrintBmp(hwnd, "BOARD.bmp"); Thanks, it works. Now I can work ! Rémi

Re: Problem to draw a bitmap

2004-12-04 Thread Dmitry Timoshkov
"Vincent Béron" <[EMAIL PROTECTED]> wrote: > > > > /* Make the window visible on the screen */ > > > > ShowWindow (hwnd, nFunsterStil); > > > > Insert UpdateWindow(hwnd); here. > > > > > > PrintBmp(hwnd, "BOARD.bmp"); > > Still, it works on XP and not on Wine, so we should fix Wine. > It's pro

Re: Problem to draw a bitmap

2004-12-03 Thread Vincent Béron
Le ven 03/12/2004 à 21:48, Dmitry Timoshkov a écrit : > "Rémi Assailly" <[EMAIL PROTECTED]> 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

Re: Problem to draw a bitmap

2004-12-03 Thread Dmitry Timoshkov
"Rémi Assailly" <[EMAIL PROTECTED]> 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 co

Problem to draw a bitmap

2004-12-03 Thread Rémi Assailly
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 app