In my case I use it in a bit different way. All the leak detection is linked into my app as a static lib. The dll that's bothering me (QT) is liked dynamically by the OS. That is, the QT dlls are loaded before any of my CRT/VLD initialization are performed, and these DLL's are unloaded after all cleanup in my exe has finished.
↧