Date: Sun, 14 Apr 1996 09:35:02 +0200 (IST) From: Eli Zaretskii To: Michael Edwin Hommel Cc: djgpp AT delorie DOT com Subject: Re: How to make a DJGPP program GO! In-Reply-To: <4kjhek$13ri@trumpet.aix.calpoly.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 11 Apr 1996, Michael Edwin Hommel wrote: > Okay, I've got my super-cool DJGPP game, all ready to go. Works great > on my computer. However, I just sent a copy to a friend of mine, and he > cannot get it to work: A> running from DOS by itself, B> running from DOS > after running CWSDPMI, C> running from windows95. Welcome to the wonderful world of remote-debugging other people's problems via e-mail! Did you send him CWSDPMI? Without it, he won't be able to run your app under DOS (Windows has its own DPMI server, so it should run under Windows). If his machine lacks an FPU (like 486SX or 386 without 387), you will have to send him emu387.dxe and he should install it like the FAQ describes.