Date: Mon, 29 Jan 1996 18:18:28 +0200 (IST) From: Eli Zaretskii To: Derrick Early Cc: djgpp AT delorie DOT com Subject: Re: Floats, grep, dpmi and dos? On Mon, 29 Jan 1996, Derrick Early wrote: > Over the weekend, I had trouble trying to make floats work in > a dos box in windoze. What am I doing wrong? They work when > windoze isn't running, and I have the GO32 set to the emulator. > Maybe it is time for me to update to V2. Sure is, if you insist on running under Windows. In v1.x, floating point emulation doesn't work in DPMI mode (which is the *only* mode DJGPP can run under Windows). This is explained in the DJGPP FAQ list (available as faq102.zip from the same place you get DJGPP). > Also, I have the opposite problem with grep. grep only works > in a dos box. Without windoze, I get a DPMI is missing error. > Will grep work at a normal dos prompt? You probably have grep compiled with v2.0. It *requires* a DPMI server to run. Windows provides such a server. If you want to run it outside Windows, get CWSDPMI (the free DPMI server which comes with v2.0), or install a memory manager that can provide DPMI services (like 386Max or QEMM/QDPMI).