We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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! ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!
]
The text was updated successfully, but these errors were encountered: