Path: utzoo!attcan!uunet!quame!bryan From: bryan@quame.UUCP (Bryan A. Woodruff) Newsgroups: comp.lang.c Subject: Re: Codeview of Microsoft C Summary: Codeview of Microsoft C Message-ID: <121@quame.UUCP> Date: 25 Nov 89 15:12:42 GMT References: <8911182219.AA29355@spencer.cs.uoregon.edu> <352@quad.uucp> <1989Nov22.013013.10562@ux1.cso.uiuc.edu> Organization: Quality America, Inc -- Tucson, AZ Lines: 17 >In article <8911182219.AA29355@spencer.cs.uoregon.edu> liang@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@quame.uu.NET, ...!uunet!quame!bryan)