Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / August 2006

Tip: Looking for answers? Try searching our database.

Problems with my .exe symbol

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
solarin - 28 Aug 2006 14:03 GMT
Hi,

I've generated a program. It compiles and runs ok, but I can't debbug
it. I've got the following error:

Loaded "D:\CMS\Debug\CMS.exe', no matching symbolic information found.
I'm compiling a debug version of course.

What can I do with that?

Thanks for the support.
solarin - 28 Aug 2006 14:34 GMT
solarin ha escrito:

> Hi,
>
[quoted text clipped - 7 lines]
>
> Thanks for the support.

The compiler does not generate the .pdb file, but I'm compiling in
debug mode. I'm using VS6.
Oleg Starodumov - 28 Aug 2006 15:16 GMT
> > I've generated a program. It compiles and runs ok, but I can't debbug
> > it. I've got the following error:
[quoted text clipped - 5 lines]
> The compiler does not generate the .pdb file, but I'm compiling in
> debug mode. I'm using VS6.

Make sure that you use the following options:

Compiler: /Zi (/ZI can also be used in debug build)
Linker: /debug /debugtype:cv /pdb:yourapp.pdb /pdbtype:con

All these options can be also set in Project Settings dialog
(look up an option in VC help to find the corresponding setting)

Regards,
Oleg
[VC++ MVP http://www.debuginfo.com/]

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.