Mail Archives: djgpp/1999/03/02/12:15:46
On Mon, 1 Mar 1999, Mike Ruskai wrote:
> I've set up a handler with signal(), and tried calling __djgpp_set_ctrl_c()
> both before and after it.
For starters, I don't understand why did you need to call
__djgpp_set_ctrl_c at all. The SIGINT handler should have been called
without it.
> But CTRL-C still results in an immediate end to the program, without going to
> the SIGINT handler.
On what operating system? DOS? Windows 3.X? Windows 9X? Windows NT?
Linux/DOSEmu?
- Raw text -