Mail Archives: djgpp/1997/05/24/07:18:16
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 >>> |
---------------------------------------------------------------------
- Raw text -