I have a 3rd party dll that I cannot modify. The DLL has multiple static variables that are reported as leaked at exit. As I understood from multiple posts here, I need to recompile the DLL with #include "vld.h"
What else can be done if recompiling the dll isn't an option?
What else can be done if recompiling the dll isn't an option?