Date: Thu, 9 Dec 93 13:06:20 -0500 From: DJ Delorie To: kemp AT convex1 DOT convex DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Unsupported int's on new djgpp??? > I've experienced several instances of unsupported int's with the new > djgpp(1.11)? I've seen it both under native dos and under desqview-x. > > Anyone know what's going on? If you are using a pre-1.11 go32 and 1.11's binaries, you may get this. A few more interrupt handlers were added to go32 v1.11. If your application is trying to do interrupts (i.e. bios calls) and go32 still doesn't support them, You'll need to use DPMI to perform those interrupts. See .