|
|
Atari demoscene BBS
| Re: Pure C + GEM problem... |
|
Posted by: Baldrick
|
Jan,03.2005-22:01
|
Alot of Why's about your code...
Why include conio.h?
Also why not use evnt_multi()
But the real culprit is your wind_update() call. It doesn't take the window handle it takes parameters to turn on and off the system ability to draw the screen or watch mouse location.
Remove your wind_update() call and it will work. You use it with BEG_UPDATE and END_UPDATE around your redraw calls.
|
[All messages in this thread] [Start new thread]
What's the anti-troll code? That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
|