Bug in win.e
- Posted by "Cuny, David" <ATB.DCUNY at HW1.CAHWNET.GOV> Apr 18, 1997
- 1096 views
I was trying out Mike Fowler's Windows program, and it crashes on my machine. Apparently, the problem is when he sets the graphics mode. His code has: > if graphics_mode(257) then It works just fine if I change it to: > if graphics_mode(18) -- David Cuny