-
Notifications
You must be signed in to change notification settings - Fork 3
Get Visual Leak Detector
Download Visual Leak Detector from this link.
Run the installation and put it where you would like to have it, also when prompted with the question "Add path" press yes! Please note that you will have to restart Visual Studio after installation.
Copy all the files from the installation folder ( default: "C:\Program Files (x86)\Visual Leak Detector" ), and copy it all to the folder Project/External/Visual Leak Detector/. That's it, you should now be able to include it in your project allowing you to use VLD.
Add the following includes for your project
Include: $(SolutionDir)External\Visual Leak Detector\include
Lib: $(SolutionDir)External\Visual Leak Detector\lib\Win32
Once included, get VLD going simply #include <vld.h> at the entry point. DONE!