Tagged Questions
1
vote
1answer
393 views
PDB file from different versions of Visual Studio
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 ...