From: aparna on
Hi,

When i am using _CrtDumpMemoryLeaks function for Pocketpc2003 ,I am
getting error unresolved external symbol.

I have included these two header files :
#include <stdlib.h>
#include <crtdbg.h>

and also set runtime properties to /MTd.

Is there any particular place where we have to use this in our code?

Please help me ...

Aparna