> How can I view PDB file in nice formatting page. TQ
"Carl Daniel [VC++ MVP]" <cpdaniel_remove_this_and_nospam@mvps.org.nospam>
wrote
>> How can I view PDB file in nice formatting page. TQ
>
[quoted text clipped - 3 lines]
>
> AFIAK that's the only documented API for accessing PDB file contents.
There's also the DIA SDK which ships with VS. I think this is the preferred
way (at least for off-line) access to debug information.
http://msdn.microsoft.com/library/en-us/diasdk/html/vsoriDebugInterfaceAccessSDK.asp
-hg
Carl Daniel [VC++ MVP] - 22 Feb 2005 14:45 GMT
> "Carl Daniel [VC++ MVP]"
>> AFIAK that's the only documented API for accessing PDB file contents.
>>
> There's also the DIA SDK which ships with VS.
Cool - I'd never heard of that one.
-cd