Mail Archives: djgpp/1995/03/21/21:54:32
>
> > I think I'm hitting a bug in DJGPP and wanted to pass something by you.
> > I've attached my code at the end of this e-mail.
> >
> > What I'm seeing this that my program never exits. It just keeps on running
> > until I hit a key. Then it exits and freezes. The value of flag gets updated
>
> You cannot unhook Int 8 or Int 9 under GO32 because it messes up the IDt.
Could explain a little more for us novices what "IDt" is? I've
looked high and low for it and can't seem to find it.
> Fixes:
> 1) Run under DPMI
I thought that go32 was a DPMI environment? Is Windows a DPMI env?
> 2) Remove the int 9 reset (but this will caus hangs under some dpmi providers)
>
How about if I just shift my interrupt to another level? This should
be no problem with go32 should it?
-brad w.
ps: also, i'm not on the list so please reply directly to me.
- Raw text -