From: "Charles Sandmann" Newsgroups: comp.os.msdos.djgpp Subject: Re: CWSDPMI halting interrupt 19 (reboot) Date: Thu, 3 Jul 1997 14:08:39 Organization: Aspen Technology, Inc. Lines: 7 Message-ID: <33bbb267.sandmann@clio.rice.edu> References: Reply-To: sandmann AT clio DOT rice DOT edu NNTP-Posting-Host: spica.dmccorp.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk > CWSDPMI doesn't like INT 19 in my programs. There is some history to this which I won't go into. The easiest thing to do is to use __dpmi_int() to make this call. This is one of the minor deviations in CWSDPMI from the DPMI 0.9 standard (capturing it instead of passing it is a feature which can be called a bug). It's a simple change to exphdlr.c in CWSDPMI to change the behavior.