Output Error
The output error can be caused by any of following conditions:
LINK failed. See Set Linker Options and Linker Reference for more information about linking an executable.
f the .EXE file is larger than 800K, you should use the /ALIGN:32 value on your LINK line.
You must create the .EXE file with a version of Microsoft LINK later than 5.0 or with LINKW.
Make sure that the linker created the .EXE file correctly and that the file exists. You can check the .EXE file with the Microsoft EXEHDR utility.
Make sure that the linker created the .EXE file correctly and that the file exists. You can check the .EXE file with the Microsoft EXEHDR utility.
The EXETYPE WINDOWS statement did not appear in the .DEF file.
RC was not able to create the destination file. Make sure that there is enough disk space and that you have write permission on the volume.
RC could not open this .EXE file. Make sure that the linker created it correctly and that the file exists.