Mail Archives: djgpp/1995/12/10/04:25:53
On Sat, 9 Dec 1995, Orlando Andico wrote:
> I'd like some help on calling a real-mode interrupt handler; normally,
> one would do something like:
>
> _go32_dpmi_simulate_int (vector, ®s);
>
> However, the real-mode handler I'm calling is remarkably picky; it hates
> being called by _go32_dpmi_simulate_int () if running under windoze (but
> works fine under ms-dog).
This is probably a bug in your program, because this function works for
me (and others) in any environment.
- Raw text -