Mail Archives: djgpp/1997/10/11/16:01:01
Gautam N. Lad (gautam AT interlog DOT com) wrote:
: Ok, first of all, is the 'screen' a BITMAP *? When I say screen, I mean what
: ever is written to it, goes to the screen (eg. line(screen,10,10,400,39,5); ).
Yes, it is. You can only use it when you're in a graphics mode though.
: When I did this:
: clear_to_color(screen,WHITE);
: I get a GPF. Why? Isn't a screen a BITMAP *?
Did you set_gfx_mode first? Did the call to set_gfx_mode succeed? I expect
one of those is your problem. :)
--
George Foot <mert0407 AT sable DOT ox DOT ac DOT uk>
Merton College, Oxford
- Raw text -