Mail Archives: djgpp/1994/11/23/04:51:01
>coff2exe myprog >myprog.exe
Have you tried just "coff2exe myprog"? I use this command all the time; it
automatically creates the .exe file, without having to redirect output. Or,
try appending all of go32 to your coff file:
go32 -s c:\gcc\bin\go32.exe myprog
(use the directory where go32.exe is stored). See if it works then. If this
works, but the plain "coff2exe myprog" doesn't, then the problem is in the
stub, I guess.
---Michael Phelps, MD
- Raw text -