L2022, L2029 Errors Linking Application with a .DEF File (79155)
The information in this article applies to:
- Microsoft LINK for MS-DOS 5.0x
- Microsoft LINK for MS-DOS 5.1x
- Microsoft LINK for MS-DOS 5.2
- Microsoft LINK for MS-DOS 5.3x
- Microsoft LINK for MS-DOS 5.5
- Microsoft LINK for MS-DOS 5.6
- Microsoft LINK for OS/2 5.0x
- Microsoft LINK for OS/2 5.1
- Microsoft LINK for OS/2 5.11
- Microsoft LINK for OS/2 5.13
- Microsoft LINK for OS/2 5.15
This article was previously published under Q79155 SYMPTOMS
An attempt to link an application fails and Microsoft LINK generates the
following messages
error L2022: <name> (alias <internalname>): export undefined
error L2029: <name>: unresolved external
CAUSE
A function name specified in the EXPORTS section of an application's
module definition (.DEF) file does not match the actual function name.
RESOLUTION
Modify the function name in the .DEF file to match the name of the
function in the code.
| Modification Type: | Major | Last Reviewed: | 10/23/2003 |
|---|
| Keywords: | kb16bitonly KB79155 |
|---|
|