PRB: LNK4022 & LNK4006 Warnings When Build PowerStation 32 DLL (123668)
The information in this article applies to:
- Microsoft Fortran Powerstation 32 for Windows NT 1.0
- Microsoft Fortran Powerstation 32 for Windows NT 4.0
This article was previously published under Q123668 SYMPTOMS
The following errors are generated when building a DLL using a module
definition (.DEF) file that does not use the fully decorated name of a
function named testing:
warning LNK4022: cannot find unique match for symbol "TESTING"
warning LNK4006: _TESTING already defined in test.obj; second
definition ignored
warning LNK4006: _TESTING@4 already defined in test.obj; second
definition ignored
LINK : error LNK1141: failure during build of exports file
RESOLUTION
Use the fully decorated name in the EXPORTS section of the DEF file or the
LINK command line.
Modification Type: | Major | Last Reviewed: | 10/17/2003 |
---|
Keywords: | kbcode kbLangFortran KB123668 kbAudDeveloper |
---|
|