The information in this article applies to:
SYMPTOMS
Attempting to debug an application that was built with unresolved externals
will fail with varying results.
This indicates that the debug information should be packed with the CVPACK utility. Because the linker fails to add unpacked debugging information to the executable, CVPACK will generate the error:
RESOLUTIONYou can work around this problem by creating a shell for each function call which is unresolved. A function shell avoids problems that can occur if the function is accidentally called. STATUSMicrosoft has confirmed this to be a problem in the Microsoft Linker versions 5.5 and 5.6 for MS-DOS. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION
Linking an application without the linker switch /ONERROR:NOEXE produces an
executable. CVPACK will not have been run because of the fatal L2029 error.
Since the executable contains truncated debug information, CVPACK will
fail.
Additional query words: 5.50 5.60
Keywords : kb16bitonly |
Last Reviewed: October 27, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |