An EXE I compiled keeps crashing. I have the following info in the Event Viewer when it crashes:
Exception code: 0xc0000008
Fault offset: 0x00000000000cb8e8
How do I match the "Fault offset" with my C++ code? There is a .PDB
file in the Release folder, just not sure what steps to figure this out.