Google 網路論壇不再支援新的 Usenet 貼文或訂閱項目,但過往內容仍可供查看。

Loaded 'ntdll.dll', no matching symbolic information found.

瀏覽次數:0 次
跳到第一則未讀訊息

John Smith

未讀,
2005年4月16日 上午8:53:162005/4/16
收件者:
I'm writing a small program. It compiled and ran. But when trying
to debug by select "build/start debug/go", I got the following
error messages. What gives?


Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'D:\WINDOWS\system32\kernel32.dll', no matching symbolic
information found.
Loaded 'D:\WINDOWS\system32\wsock32.dll', no matching symbolic
information found.
Loaded 'D:\WINDOWS\system32\ws2_32.dll', no matching symbolic
information found.
Loaded 'D:\WINDOWS\system32\msvcrt.dll', no matching symbolic
information found.
Loaded 'D:\WINDOWS\system32\ws2help.dll', no matching symbolic
information found.
Loaded 'D:\WINDOWS\system32\advapi32.dll', no matching symbolic
information found.
Loaded 'D:\WINDOWS\system32\rpcrt4.dll', no matching symbolic
information found.
The thread 0xDD8 has exited with code 0 (0x0).

David Lowndes

未讀,
2005年4月16日 上午9:07:502005/4/16
收件者:
>I'm writing a small program. It compiled and ran. But when trying
>to debug by select "build/start debug/go", I got the following
>error messages. What gives?

Nothing really - all you're seeing are informational messages saying
that the debugger can't find any debug information for those system
DLLs - all of which is perfectly normal unless you expect to have them
for some reason.

Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq

Jonathan Wilson

未讀,
2005年4月16日 上午9:57:092005/4/16
收件者:
You can actually download the symbol files for those system dlls from
microsoft.

Chris

未讀,
2005年4月18日 上午9:41:392005/4/18
收件者:
Probably the easiest way for you to get symbols from MS is to set the
following ENV variable.

_NT_SYMPOL_PATH=srv*D:\Symbols\MS*http://msdl.microsoft.com/download/symbols

D:\Symbols\MS is the path on your local machine that will hold the
downloaded symbol files. I believe you have to restart VS in order for the
ENV variable to take effect.

See the WinDbg documentation for more information on _NT_SYMBOL_PATH. The
same information may be somewhere else as well, but I don't know where.
http://www.microsoft.com/whdc/devtools/debugging/default.mspx

You can also download entire symbol packages from the above link
(_NT_SYMBOL_PATH not required then), however using the http symbol server
allows VS to download only the symbols it needs.

...Chris


"John Smith" <jsm...@company.com> wrote in message
news:%23GfMFNo...@TK2MSFTNGP10.phx.gbl...

0 則新訊息