Mail Archives: djgpp/2001/12/04/15:05:25
> I don't understand how the handler can be called; CWSDPMI sets up a
> RM Int 24 handler which always fails (al=3). Maybe I'm forgetting
something
> I did really tricky ...
Well, as it turns out, I have gotten used to debugging under Windows, so it
was indeed their DPMI host that was reflecting to me, not CWSDPMI. Oops!
Now my code is setup to use the real mode callback, which works fine under
windows, and instead of Abort returning a 2, I set it up to return a 3.
However, I cannot seem to use getch() within the callback using CWSDPMI. If
I do I get a SIGSEGV error. Anyone have any suggestions?
Thanks!
- Raw text -