Debugging
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I need to analyze crash dump (sent by client) in the Windbg. The problem is that I don't have original .PDB file for my .exe, I only have original project and sources. But when I compile it again, WinDBG does not load new symbols althought I'm 100% sure the sources are correct. Maybe it is by different time stamp. I'm getting these errors:
*** WARNING: Unable to verify checksum for app.exe
*** ERROR: Module load completed but symbols could not be loaded for app.exeI'm using correct symbol&exe path and there is no checksum in exe (it's set to 0). .reload /i does not help I'm using VC6.0 to compile. Any ideas how to make it working? Thank you!
rrrado