KindDragon/vld

vstest.executionengine.x86.exe along with VLD

romanperesypkin opened this issue · 0 comments

I encountered an issue using Microsoft Test Engine vstest.executionengine.x86.exe for C++ using along with VLD. I use VLD 2.5.1. I have my lib which is build as Debug and included vld.h header file. When I start a test from Visual studio, the program (vstest.executionengine.x86.exe ) got stopped by unhandled exception in vld_x64.dll access violation reading lcoation with next call stack.. I tried a simple console application to test vld and it works fine. Is VLD work with VS c++ framework?