◄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 -♦-