Date: Tue, 13 Feb 1996 08:33:21 +0200 (IST) From: Eli Zaretskii To: kaikow AT standards DOT com Cc: djgpp AT delorie DOT com Subject: Re: Minimum requirements for running a .exe created by DJGPP V2 On Mon, 12 Feb 1996 kaikow AT standards DOT com wrote: > If compile the following program using DJGPP v2, should tjhe .exe file be > executable on ANY 386/486 running Windows 3.1? Or does the compiler have > to take into account hardware differences such as floating point? The program will run on any CPU which is at least 386SX, but if it uses floating point, you should bring the file emu387.dxe (from the bin/ subdirectory of your DJGPP installation) with the program. This is the FP emulator which will be dynamically loaded by your program if hardware FPU isn't available.