PRB: L1035 Linking MOVE Application Using a Fastcall Function (117887)
The information in this article applies to:
- Microsoft LINK for MS-DOS 5.3
- Microsoft LINK for MS-DOS 5.31
- Microsoft LINK for MS-DOS 5.5
- Microsoft LINK for MS-DOS 5.6
This article was previously published under Q117887 SYMPTOMS
An attempt to link an application fails and Microsoft LINK generates
the following error message:
fatal error L1035: syntax error in module-definition file
CAUSE
The application is using MOVE overlays and has a function that uses the
fastcall calling convention in an overlay. The name of the function
is specified in the module-definition (.DEF) file, with the preceding
@ character.
RESOLUTION
Enclose the name of the function in the module-definition (.DEF) file
in double quotes ("").
Modification Type: | Major | Last Reviewed: | 9/30/2003 |
---|
Keywords: | kb16bitonly KB117887 |
---|
|