To: Wilhelm AT bwl DOT bwl DOT th-darmstadt DOT de Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Run EXE without DJGPP-environment ? Date: Tue, 21 Mar 95 18:21:32 +0200 From: Eli Zaretskii > If DJGPP is not present I get the following error msg: > Cannot exec go32 > Is is possible to run EXE-files without DJGPP being setup? > Cannot find info in FAQ section 9. The only thing you need to run DJGPP-compiled program (except the program itself) is the go32.exe extender sitting somewhere on your PATH. The program won't run if it can't find go32.exe, because it can't switch the CPU to protected mode and run on top of 16-bit, real-mode DOS without go32 helping it. In DJGPP v2.0, go32.exe will go32 away (pun intended), and you will only need a DPMI server, but that dream is still a few months away.