From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: newbie Q: required files when installing MY app Date: Fri, 23 May 1997 23:28:56 +0000 Organization: Two pounds of chaos and a pinch of salt Lines: 21 Message-ID: <33862838.7C17@cs.com> References: <3385E75A DOT 2201 AT actcom DOT co DOT il> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp107.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Gideon Pertzov wrote: > > I'm programmning a game with DJGPP/ALLEGRO and I want to test it on > another computer (without a development environment) > what files do I need to move to this computer in addition to my EXE? > (I just want to run the EXE and see how it works on the other system) You need to include cwsdpmi.exe in the same directory as the program's executable. This is the DJGPP DPMI host which is used if no other DPMI is detected when the program runs. If your program uses floating point operations, and your target hardware includes 80386 CPUs, you will probably want to include emu387.dxe, DJGPP's floating point emulator. That's it! -- --------------------------------------------------------------------- | John M. Aldrich, aka Fighteer I | mailto:fighteer AT cs DOT com | | God's final message to His Creation: | http://www.cs.com/fighteer | | "We apologize for the inconvenience."| <<< This tagline under >>> | | - Douglas Adams | <<< construction >>> | ---------------------------------------------------------------------