The information in this article applies to:
SYMPTOMSAn attempt to link an application fails and Microsoft LINK generates the following message:
CAUSEIncorrect or unintentional input is given on the Definitions File prompt during linking, or a response file incorrectly feeds input to the Definitions File prompt. RESOLUTIONSpecify the correct name for a module-definition (DEF) file on the linker command line or accept the default, NUL.DEF. MORE INFORMATION
A module-definition file is a text file that describes the name,
attributes, exports, imports, system requirements and other
characteristics of an application or dynamic-link library (DLL) for
the Microsoft Windows or OS/2 operating system. This file is required
to build a dynamic-link library (DLL) and is optional (but desirable)
for an application. By default, LINK assumes that no definition file
is required. To link an application for MS-DOS, use a semicolon
character to terminate the command line before the definition file
field or accept NUL.DEF at the Definitions File prompt.
Additional query words: def file
Keywords : kb16bitonly |
Last Reviewed: October 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |