The information in this article applies to:
SYMPTOMSAn attempt to run an application built with Microsoft LINK fails and the application generates the following message: In addition, an attempt to process the application with the Microsoft Windows Resource Compiler (RC) fails and RC generates the following message:
CAUSE
To develop an application for the Microsoft Windows operating
system, LINK requires an EXETYPE WINDOWS statement in the
application's module-definition (.DEF) file.
RESOLUTIONModify the application's module definition file to include the following statement. Then rebuild the application and use the Resource Compiler to process the output file. EXETYPE WINDOWSHowever, in LINK version 5.2, the default version of Microsoft Windows is not version 3.0. To build an application compatible with Windows 3.0, specify the version number in the EXETYPE statement as follows: EXETYPE WINDOWS 3.0For LINK version 5.30 and later, the default version of Microsoft Windows is version 3.0. It is not necessary to include the EXETYPE statement, but it is recommended. Additional query words: LinkIss
Keywords : kb16bitonly |
Last Reviewed: October 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |