Quantcast
Channel: Visual Leak Detector for Visual C++ 2008-2015
Viewing all articles
Browse latest Browse all 704

New Post: Support of VS2017?

$
0
0
The old version actually still works for me with VS2017, but it didn't display function-names in the callstack and just showed some pointers. So I updated the dbghelp.dll in the Visual Leak Detector install dir and it worked again.

Move them from:
%programfiles(x86)%\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow\Extensions\CppUnitFramework
32bit > \dbghelp.dll
64bit > \x64\dbghelp.dll

and put them:
%programfiles(x86)%\Visual Leak Detector\bin
32bit > \Win32\dbghelp.dll
64bit > \Win64\dbghelp.dll

I didn't test it very througly, yet but I hope it works correctly ^^

Viewing all articles
Browse latest Browse all 704

Trending Articles