Mail Archives: djgpp/1993/04/14/07:26:37
I have written an application using gcc and I need a method to deal with
int 24 (critical error handler). My program uses 256 color graphics and
the 'Abort, Retry, Ignore' message destroys my graphic screens. I have tried
to write an int 24 handler first, but I was not able to install it,
because 'setvect()' is missing from the PC library. Then I have tried
to use DOS's function 6C (extended open/create) which avoids the
int 24 handler, but the program gave me an exception 33.
Is there anything I can do?
Andras Solyom (Solyom AT bmeik DOT eik DOT bme DOT hu)
- Raw text -