Date: Tue, 23 Jul 1996 13:20:13 +0200 (IST) From: Eli Zaretskii To: PENG ZHOU Cc: djgpp AT delorie DOT com Subject: Re: Running Djgpp program...ERROR! In-Reply-To: <4t1i0h$c7v@dfw-ixnews8.ix.netcom.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 23 Jul 1996, PENG ZHOU wrote: > This is a follow up of the question about cannot run program > before. This time, I've got more informations. The program compilers > ok with djgpp and runs ok with go32. It, when converted to exe using > coff2exe.exe(not bat) works great without using the command line go32 > xxx.exe. It will not work(crash the program with default errors) with > stubify or the bat version of coff2exe. ( Could it be a bug in DJGPP > v2? )? It's a bug in your installation, not in DJGPP v2. You are mixing programs from DJGPP v1.x and v2.0. This will never work! The file `readme.1st' that you get with DJGPP v2 explicitly tells you to delete all of the v1.x programs and files and only then install v2. In your case, coff2exe.exe is from DJGPP v1.x, while stubify.exe and coff2exe.bat (that just calls stubify) are from DJGPP v2. And judging by the symptoms you describe, you are trying to run stubify on a program compiled with v1.x.