Mail Archives: djgpp/2000/05/01/03:32:12
On Sun, 30 Apr 2000, Alexei A. Frounze wrote:
> Anyway, I think there is no serious difference for a programmer what
> kind of INT is used, if OS has correct support for DPMI and its V86
> monitor also works properly.
Unfortunately, you cannot rely on DPMI being correctly supported and
on V86 monitor working properly. For example, last year we found that
function 1680h of the interrupt 2Fh, if issued directly (through
int86) in nested DPMI programs, wedges the DOS box on some versions of
Windows 9X, while the same function call that goes through __dpmi_int
works correctly. (See the end of section 6.1 of the FAQ for more
about this.)
That's why I think it is important that programmers understand the
differences between these two ways of invoking a real-mode service.
- Raw text -