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:
32bit >
64bit >
and put them:
32bit >
64bit >
I didn't test it very througly, yet but I hope it works correctly ^^
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 ^^