errors.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     LINK warning L4045
 
     name of output file is 'filename'
 
     The linker had to change the name of the output file to the given
     file name.
 
     If the output file is specified without an extension, the linker
     assumes the default extension .EXE. Creating a Quick library, .DLL
     file, or .COM file forces the linker to use an extension other
     than .EXE:
 
     Output File Specification          Extension
 
     /TINY option                       .COM
     /QUICKLIB option                   .QLB
     LIBRARY statement in .DEF file     .DLL
                                    -♦-