Hello,
I am trying to compile and link my project with VLD in VS2008, release mode, in this way:
What am I missing?
Thanks
I am trying to compile and link my project with VLD in VS2008, release mode, in this way:
define VLD_FORCE_ENABLE
include "C:\Program Files (x86)\Visual Leak Detector\include\vld.h"
I am getting "unresolved external symbol" for any VLD* function that am trying to call.What am I missing?
Thanks