Program s crashing with VLD
oneeyeman1 opened this issue · 0 comments
oneeyeman1 commented
I am running Windows 8.1 with both MSVC 2010 and MSVC 2017.
My program (which has an executable binary and 10 dll) reports multiple memory leaks.
Due to the program using features of C++11 that is not available on MSVC 2010 I had to switch to 2017.
I set up VLD in the project, re-compiled, and ran the solution from inside MSVC. The program crashed with the error "wntdll.pdb failed to load"
Now when I tried to switch back to MSVC 2010, the program just crashed.
Does anybody have an idea what is happening? How I can make the VLD work?
TIA!
]