'No symbols loaded' Warning During Debug

A

Adam Hartshorne

Hi All,

I was wondering if anybody can tell me the reason for the following
problem that occurs with a whole range of applications that I have
written in c++ using Visual Studio .NET 2003 and all compile without any
warnings.

Whatever application I run I get a whole host of the following types of
messages in the debug window during execution using the Debug->Start
option in Visual Studio


'chart.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.

'chart.exe': Loaded 'C:\WINDOWS\system32\user32.dll', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\shell32.dll', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\shlwapi.dll', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\ole32.dll', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\imm32.dll', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\winspool.drv', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\msvcp60.dll', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\msvcp71.dll', Symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\Msvcr71.dll', Symbols loaded.


Any ideas why this occurs, as it doesn't affect the execution of the
program?

Adam
 
J

Jack Klein

Hi All,

I was wondering if anybody can tell me the reason for the following
problem that occurs with a whole range of applications that I have
written in c++ using Visual Studio .NET 2003 and all compile without any
warnings.

[snip]

Most likely somebody in a Windows programming group like
or one of Microsoft's many
support groups in the family.

We do not discuss non-language issues like debuggers here.
 
P

Pelle Beckman

Adam Hartshorne skrev:
Hi All,

I was wondering if anybody can tell me the reason for the following
problem that occurs with a whole range of applications that I have
written in c++ using Visual Studio .NET 2003 and all compile without any
warnings.

Whatever application I run I get a whole host of the following types of
messages in the debug window during execution using the Debug->Start
option in Visual Studio


'chart.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.

'chart.exe': Loaded 'C:\WINDOWS\system32\user32.dll', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\shell32.dll', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\shlwapi.dll', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\ole32.dll', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\imm32.dll', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\winspool.drv', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\msvcp60.dll', No symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\msvcp71.dll', Symbols loaded.
'chart.exe': Loaded 'C:\WINDOWS\system32\Msvcr71.dll', Symbols loaded.


Any ideas why this occurs, as it doesn't affect the execution of the
program?

Adam

This message is OT. Go to microsoft.public.x.xx

However, these are not error messages.
The debugger is merely telling you that above DLLs
were loaded, and that they contain no debugging info.

-- Pelle
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top