Mail Archives: djgpp/1993/12/07/10:11:21
> Just a quick question, are DPMI services available under go32 (1.10a)?
> When my program does an "int 0x31" to call the DPMI services, it
> reports an exception 0x31 and ends. How should I call DPMI?
> I'm trying to install my own int 9 (keyboard) handler...
DPMI services are available only if you're running in DPMI mode. If
not, you'll get the exception.
With 1.11, some DPMI functions are emulated in non-DPMI mode, and
there are convenience functions in <dpmi.h> that let you get to them.
- Raw text -