I try to include vld header in my Unit Test project under Visual Studio 2012. And every time as I run tests in debug mode , error "Vstest.executionengine.x86.exe has stopped working" is occured. I created the Concole project with this test, and vld works fine. Сonclusion : VLD doesn't work in the VC 2012 unit test frameword (CppUnitTestFramework).
Please, fix it.
Comments: Hi, I have VS2015 and the UnitTestFramework works. I can include the vld.h and I also get the results within a log file defined within the vld.ini file. The output is not written to the test console, unfortunately. Maybe it is helpful to know that for VS 2015 it works. I have included the vld.h at the very beginning of the program/module to be testet. Regards, Christian
Please, fix it.
Comments: Hi, I have VS2015 and the UnitTestFramework works. I can include the vld.h and I also get the results within a log file defined within the vld.ini file. The output is not written to the test console, unfortunately. Maybe it is helpful to know that for VS 2015 it works. I have included the vld.h at the very beginning of the program/module to be testet. Regards, Christian