Mail Archives: djgpp/1993/04/30/12:58:33
I put a hack into exphdlr.c so that when you make the DOS call which disables
control-c checking, go32 installs a control-break interception routine which
ignores the break. This works, but the application doesn't get told about the
break, although I guess it does see a ^C keystroke. I was thinking of doing a
similar trick for a critical error handler; go32 would tell DOS to fail the
error. In this case, there would definitely be a need to have go32 set a flag
which the application could check. I gather that there is some sort of signal
support under development for the next release, so I figure I should ask
what's coming before I do much more.
- Raw text -