PDB file from different versions of Visual Studio
Posted
by m3rLinEz
on Stack Overflow
See other posts from Stack Overflow
or by m3rLinEz
Published on 2010-01-19T08:37:32Z
Indexed on
2010/04/13
23:33 UTC
Read the original article
Hit count: 365
I have an old DLL file which was built with VC++ 6. Now I need to investigate the dump file but I don't have its PDB available. The stacktrace reported by WinDbg is also inaccurate.
Is it possible to rebuild the project with later versions of Visual Studio i.e. 2003, 2005, 2008, have the PDB generated, and use this to map addresses to symbols in the old DLL? Is there something like VC 6.0 compatible mode for building project?
Obtaining VC++ 6 is one option, but it looks like VS6.0 has already vanished from MSDN subscriber download page :(
Thanks!
© Stack Overflow or respective owner