Discussion:
How to make VC6 to load NTDLL.PDB symbol file?
(too old to reply)
unknown
2008-05-28 06:42:32 UTC
Permalink
Hi, All!

Windows XP SP2;
windbg.exe v6.9.3.113 installed;
and symbol files installed to c:\windows\symbols using WindowsXP-KB835935-SP2-slp-Symbols.exe

Question:
After press F6 in VC6 to start debugging, the output window shows:
Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.

How to make VC6 to successfully load the symbol files for NTDLL.DLL, kernel32.dll, and etc?

Thanks
David
unknown
2008-05-28 07:23:16 UTC
Permalink
Additional info:
1)system level environment variable _NT_SYMBOL_PATH was set to C:\WINDOWS\Symbols\16bit;C:\WINDOWS\Symbols\acm;...
2)windbg can find and load file ntdll.pdb, etc.
3)new versions of DbgHelp.dll and dbgeng.dll were copied to c:\windows\system32



"David" <y2wei@ @ tom..com> wrote :***@TK2MSFTNGP03.phx.gbl...
Hi, All!

Windows XP SP2;
windbg.exe v6.9.3.113 installed;
and symbol files installed to c:\windows\symbols using WindowsXP-KB835935-SP2-slp-Symbols.exe

Question:
After press F6 in VC6 to start debugging, the output window shows:
Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.

How to make VC6 to successfully load the symbol files for NTDLL.DLL, kernel32.dll, and etc?

Thanks
David
Jochen Kalmbach [MVP]
2008-05-29 10:08:29 UTC
Permalink
Hi David!
Post by unknown
Loaded 'ntdll.dll', no matching symbolic information found.
VC6 does not know how to use the symbols-server...

Greetings
Jochen
unknown
2008-05-29 11:29:34 UTC
Permalink
Thanks, Jochen,

I don't know of the symbols-server. Do you means windbg.exe using symbols-server to load symbol files? But I didn't install any
server - i just installed the symbol files to c:\windows\symbols.


I think VC6 can use symbol files, because there is a shortcut "Windows NT Symbols Setup" for SETUPDBG.EXE in VS6 folder.

Thanks,
David






"Jochen Kalmbach [MVP]" <nospam-***@holzma.de> wrote :%***@TK2MSFTNGP03.phx.gbl...
Hi David!
Post by unknown
Loaded 'ntdll.dll', no matching symbolic information found.
VC6 does not know how to use the symbols-server...

Greetings
Jochen

Loading...