The information in this article applies to:
SYMPTOMSCodeView generates the message "No Symbolic Information" and displays the program in assembly language mode even though the source files were compiled and linked with the correct options to specify CodeView symbolic debugging information. CAUSEDifferent versions of the linker use different methods to store symbolic information. A later version of CodeView generally can display symbolic information for an application developed with earlier versions of LINK, but the converse is not true. Problems can arise when you use a recent version of LINK with an earlier version of CodeView. RESOLUTIONTo debug an application at the source code level with CodeView, you must use the correct version of Microsoft LINK. Each CodeView version has a corresponding LINK version. If you use a version of LINK released after the version designed for your version of CodeView, CodeView might not recognize the symbolic information in the .EXE file. MORE INFORMATIONVersions of CodeView earlier than version 4.1 cannot display symbolic information stored in .EXE files produced by LINK versions 5.5 and later. In other words, if you use LINK 5.5 (provided with Visual C++ version 1.0 for Windows), then you can use only CodeView 4.0 to debug the application and display symbolic information. CodeView versions 4.0 through 4.05 are compatible with LINK versions 5.3 and 5.31. Additional query words: kbinf 2.20 3.00 3.50 4.00 4.10
Keywords : kb16bitonly |
Last Reviewed: December 22, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |