Mail Archives: djgpp/1999/10/27/09:43:27
On Tue, 26 Oct 1999, yogin wrote:
> And a small note: I cannot locate any suspicious location
> (with printf()), because keyboard hangs when I quit my program. Keyboard in
> dos-box is not accesible from that moment. It seems like Allegro didn't
> remove its keyboard handler.
You will be much better off debugging these problems in plain DOS,
because CWSDPMI is much more sensitive to programs that fail to unhook
interrupt handlers than Windows is. You will usually get some kind of
doagnostic message when the system wedges. Post that message here, if
you can't figure it out (section 12.2 in the FAQ is the recommended
reading to try to figure it out).
- Raw text -