Date: Thu, 15 Apr 93 12:57:48 EDT From: DJ Delorie To: peprbv AT cfa0 DOT harvard DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: int 24 handling with djgpp > Date: Thu, 15 Apr 93 10:52:41 EDT > From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) > DJ-Mail-Sort: djgpp@, djgpp > >I have written an application using gcc and I need a method to deal with > >int 24 (critical error handler). > I have the same problem. I believe that the only solution would be to modify > GO32 to intercept critical errors. There would also have to be a way for > GO32 to tell the program when an error occurred. One question I have is > whether critical errors can arise while you are in protected mode, or whether > they can only happen in real mode. They can only happen in real mode, since they're generated by MS-DOS.