Date: Tue, 3 May 94 09:54:10 -0400 From: dj AT ctron DOT com (DJ Delorie) To: gambcl AT essex DOT ac DOT uk Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: What exactly does GO32 need to run on its own? > - Do I need to give them the floating point emulator? Yes, if they don't have a 387 or 487. > - Do I need to give them a graphics diver? Yes, if you do graphics and the built-in driver won't suffice. > - Do I need to give them a seperate copy og go32 or can I include it in my > program file? Yes, which is the recommended method since it reduces disk space when they have more than one app, but it also causes some problems when you have more than one version of go32 in the PATH. "coff2exe -s go32.exe prog" will make a (larger but) standalone program. > - If I do have to include some of these things, what directories do they > need to be in, same as my compiler setup or all in the same dir? They have to be in the PATH. > - Do I need to specify any Environment Variables? The GO32 variable should point to the graphics driver and 387 emulator.