Date: Tue, 21 Mar 1995 19:02:17 +0100 From: Thomas Eifert Subject: Re: Run EXE without DJGPP-environment ? To: Wilhelm AT bwl DOT bwl DOT th-darmstadt DOT de, djgpp AT sun DOT soe DOT clarkson DOT edu Reply-To: eifert AT rz DOT rwth-aachen DOT de Organization: Rechenzentrum RWTH Aachen > Hi, > I create EXE-files with coff2exe. > They run nicely as long as DJGPP is setup. > 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. > with best regards > > Stefan Wilhelm You "just" have to include the go32 into Your exe by using the "-s"-switch; if You omit this, go32 must be present and in Your search path. Thomas