FIX: L1035 Error, FUNCTIONS Statement First in .DEF FileLast reviewed: September 16, 1997Article ID: Q85870 |
5.30
MS-DOS
kbtool kberrmsg kbbuglist kbfixlist
The information in this article applies to:
SYMPTOMSAn attempt to link an application fails and Microsoft LINK generates the following message:
L1035: syntax error in module-definition file CAUSEIn the module-definition (.DEF) file, the FUNCTIONS statement is the first statement in the file.
RESOLUTIONModify the module-definition file to place another statement before the FUNCTIONS statement. For example, you can specify the NAME statement before the FUNCTIONS statement, as follows:
NAME test FUNCTIONS:MySeg _FuncName STATUSMicrosoft has confirmed this to be a problem in LINK version 5.3 for MS- DOS. This problem was corrected in LINK version 5.31 for MS-DOS.
MORE INFORMATIONLINK version 5.3 introduces the FUNCTIONS statement to the module- definition file. The FUNCTIONS statement can place a function into a specified segment or into an overlay.
|
Additional reference words: 5.30
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |