I have just started using Visual Leak Detector for Visual C++ 2008/2010
When i run it on small app (just few line with undeleted allocations) it works just fine.
Now I want to run it into my bigger app (wxWidgets app, 2 threads), but when I include
#include <vld.h>
my app does not completely start up. It starts cycling when Gui is created. Somethimes app load completely, but again, stuck when I for example press some button...
When I hit pause button, to see which code is being processed I see just

Is anybody run into similar problem?
Is there any way to make it work?