Mail Archives: djgpp/1996/07/23/01:43:08
On 22 Jul 1996, PENG ZHOU wrote:
> I've been expriencing some thing like this: After the compilation,
> the a.out is produced. Are you suppose to convert it using coff2exe?
> or stubify? Any way, after converting it, I tried to make it run. But
> it crashes living windows with a message like illegal operation and
> have to restart dos again. The executable runs OK with go32, but not
> without. What is wrong????
You are trying to run a COFF file, and DOS doesn't know how to do it, so
it boldly goes into the never-never land. You should convert the COFF
file into a DOS executable by running COFF2EXE on it. This is all
explained in the DJGPP FAQ list (v1/faq102.zip from the same place you
get DJGPP).
- Raw text -