Sender: nate AT cartsys DOT com Message-ID: <36475643.9327AE9E@cartsys.com> Date: Mon, 09 Nov 1998 12:53:23 -0800 From: Nate Eldredge X-Mailer: Mozilla 4.05 [en] (X11; I; Linux 2.0.35 i486) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: DPMI References: <19981109193917 DOT 12218 DOT rocketmail AT send102 DOT yahoomail DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Ruediger Lange wrote: > > Hi, > > i'm just getting started with programming in C, so maybe this question > seems trivial to you... > > I can run a compiled program in a dos box under Win98 > but not the WIN98 Dos-mode (if you restart to dos). > It gives me an DPMI error. Why ? Is there a workaround ? Thank for you > answer ! :-) Ruediger DJGPP programs require a DPMI server. Windows, when running, provides one, but not in DOS mode. You must use another one. CWSDPMI works very well; get file `CSDPMI4B.ZIP' (or some such) from Simtel and install it. -- Nate Eldredge nate AT cartsys DOT com