Tagged Questions

10
votes
2answers
4k views

How can you change an age-mismatched PDB to match properly?

Our nightly build process was broken for a long time, such that it generated PDB files that were a few hours different in age than the corresponding image files. I have since fixed the problem. ...
0
votes
1answer
86 views

Getting the symbols of kernel32

Is the Symbol Server the only way to get the symbols of kernel32.dll in C++/Windows? thanks:)