<< split from tools for finding memory leaks >>

I am using the Visual Leak Detector to detect the leaks in the win32 dll which is used by a win32 application and I have included the vld.h file in .cpp file of the dll and all other suggested configuration steps but it does not list the memory leaks, I have tested in a straight win32 application and it works fine. Anyone used the tool to detect the leaks in the DLL which is used by a win32 application?

-Venkat