Codeview of Microsoft C

Bryan A. Woodruff bryan at quame.UUCP
Sun Nov 26 02:12:42 AEST 1989


>In article <8911182219.AA29355 at spencer.cs.uoregon.edu> liang at CS.UOREGON.EDU writes:
>:
>:  When I use CODEVIEW to debug my C program, I got a message "No symbolic
>:
>:information". This program was compiled by Microsoft C command MSC. 
>:

The "No symbolic information" message will occur if you have linked a program
without the /CO option on the linker.  Also, if you have modules (or libraries)
not compiled with the /Zi option of the MSC compiler, you MUST link those
modules AFTER the ones that you are testing (those compiled with the /Zi
option)

Hope this helps!

Bryan Woodruff, Quality America, Inc.
(bryan at quame.uu.NET, ...!uunet!quame!bryan)



More information about the Comp.lang.c mailing list