Go Back   CodingForums.com > :: Computing & Sciences > Computer Programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-28-2008, 06:08 PM   PM User | #1
lovebearhk
New Coder

 
Join Date: Aug 2008
Posts: 16
Thanks: 1
Thanked 0 Times in 0 Posts
lovebearhk is an unknown quantity at this point
Arrow VS2005 Problem fails with "No symbols loaded"

I am a beginner of VS2005...
I want to run this demo (http://www.mit.edu/~ibaran/autorig/pinocchio.html). I have successfully complie the source code, but I cannot run the output file with the following errors:
"Symbols loaded (source information stripped)."
"No symbols loaded."

Do anyone know how can I solve them? Thanks!


Quote:
'DemoUI.exe': Loaded 'C:\Pinocchio\debug\DemoUI.exe', Symbols loaded.
'DemoUI.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', Symbols loaded (source information stripped).
'DemoUI.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.
'DemoUI.exe': Loaded 'C:\WINDOWS\system32\opengl32.dll', Symbols loaded (source information stripped).
'DemoUI.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', Symbols loaded (source information stripped).
'DemoUI.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', Symbols loaded (source information stripped).
'DemoUI.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', Symbols loaded (source information stripped).
'DemoUI.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll', No symbols loaded.
'DemoUI.exe': Loaded 'C:\WINDOWS\system32\user32.dll', No symbols loaded.
'DemoUI.exe': Loaded 'C:\WINDOWS\system32\glu32.dll', Symbols loaded (source information stripped).
'DemoUI.exe': Loaded 'C:\WINDOWS\system32\ddraw.dll', Symbols loaded (source information stripped).
'DemoUI.exe': Loaded 'C:\WINDOWS\system32\dciman32.dll', Symbols loaded (source information stripped).
'DemoUI.exe': Loaded 'C:\WINDOWS\system32\wsock32.dll', Symbols loaded (source information stripped).
'DemoUI.exe': Loaded 'C:\WINDOWS\system32\ws2_32.dll', Symbols loaded (source information stripped).
'DemoUI.exe': Loaded 'C:\WINDOWS\system32\ws2help.dll', Symbols loaded (source information stripped).
'DemoUI.exe': Loaded 'C:\WINDOWS\system32\comctl32.dll', No symbols loaded.
'DemoUI.exe': Loaded 'C:\WINDOWS\system32\shell32.dll', No symbols loaded.
'DemoUI.exe': Loaded 'C:\WINDOWS\system32\shlwapi.dll', No symbols loaded.
'DemoUI.exe': Loaded 'C:\WINDOWS\system32\ole32.dll', No symbols loaded.
'DemoUI.exe': Loaded 'C:\Pinocchio\debug\Pinocchio.dll', Symbols loaded.
'DemoUI.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c\msvcp80d.dll', Symbols loaded.
'DemoUI.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c\msvcr80d.dll', Symbols loaded.
'DemoUI.exe': Loaded 'C:\WINDOWS\system32\imm32.dll', Symbols loaded (source information stripped).
'DemoUI.exe': Loaded 'C:\WINDOWS\system32\lpk.dll', Symbols loaded (source information stripped).
'DemoUI.exe': Loaded 'C:\WINDOWS\system32\usp10.dll', Symbols loaded (source information stripped).
'DemoUI.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll', Symbols loaded (source information stripped).
The program '[2920] DemoUI.exe: Native' has exited with code 0 (0x0).
lovebearhk is offline   Reply With Quote
Old 08-28-2008, 06:23 PM   PM User | #2
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,043
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
Those aren't error messages, the fact that a file didn't have any symbols to load isn't an error message.

The program ran and then exited. Did it not do what you wanted?
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Old 08-29-2008, 03:37 PM   PM User | #3
lovebearhk
New Coder

 
Join Date: Aug 2008
Posts: 16
Thanks: 1
Thanked 0 Times in 0 Posts
lovebearhk is an unknown quantity at this point
Quote:
Originally Posted by oracleguy View Post
Those aren't error messages, the fact that a file didn't have any symbols to load isn't an error message.

The program ran and then exited. Did it not do what you wanted?
Yes. The output.exe can run but cannot do the expacted thing.
How can I load the required symbols?
lovebearhk is offline   Reply With Quote
Old 08-29-2008, 04:03 PM   PM User | #4
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,043
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
The symbols thing isn't the issue at least not directly, it sounds like there is a bug in the main program. Try starting it with debugging and stepping through the main/winmain function and see where it crashes.
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:57 AM.


Advertisement
Log in to turn off these ads.