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 2007

Tip: Looking for answers? Try searching our database.

Beginner question: Symbols not loaded

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Gernot Frieslinger - 07 Aug 2007 22:50 GMT
Hi all!

I am a beginner to C++ DotNet and I would like to ask what "Symbols not
loaded" means and how to solve this problem.

Thank you very much.
Gernot
Ben Voigt [C++ MVP] - 07 Aug 2007 23:50 GMT
> Hi all!
>
> I am a beginner to C++ DotNet and I would like to ask what "Symbols not
> loaded" means and how to solve this problem.

For what file were symbols not loaded?

If for your file, change the configuration to debug and rebuild.

If for a Microsoft file, you can get the symbols by setting up the symbol
server search path, but probably you don't want to (it will just slow down
your debugging to have symbols loaded for all of Windows).

> Thank you very much.
> Gernot
Gernot Frieslinger - 08 Aug 2007 00:49 GMT
:-) I do not know the meaning of "symbol", that's where the trouble starts.
Nathan Mates - 08 Aug 2007 02:25 GMT
>:-) I do not know the meaning of "symbol", that's where the trouble starts.

  In the context of DevStudio or other debuggers, symbols are used to
make debugging easier. They tell the debugger that 'function xyz()
takes 2 values, and starts at address 0xDEADBEEF', etc. If you're
debugging your code, they're very useful. If the symbols are for
things that aren't your code, you can usually ignore that. Tip: when
it says symbols aren't loaded, it says which .dll/.exe symbols aren't
loaded for. Odds are, you should know what dll/exe you're creating, so
the rest should be Windows or other 3rd party libs. Go to
http://www.google.com/ and search for the dll/exe name to confirm
that.

Nathan Mates

--
<*> Nathan Mates - personal webpage http://www.visi.com/~nathan/ 
# Programmer at Pandemic Studios -- http://www.pandemicstudios.com/
# NOT speaking for Pandemic Studios. "Care not what the neighbors
# think. What are the facts, and to how many decimal places?" -R.A. Heinlein
Gernot Frieslinger - 08 Aug 2007 19:07 GMT
Thank you very much for the info, Nathan!
It really helped me!!

Best greetings,
Gernot.

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.