Microsoft Utilities Errors Help (utilerr.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.
L4045
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     LINK warning L4045
 
     name of output file is 'filename'
 
     LINK used the given filename for the output file.
 
     If the output filename is specified without an extension, LINK
     assumes the default extension .EXE. Creating a Quick library,
     DLL, or .COM file forces LINK to use a different extension:
 
          /TINY option          .COM
          /Q option             .QLB
          LIBRARY statement     .DLL
                                    -♦-