hi

I have a C++ project (application).

But unfortunately there are memory leaks in it(I am told so). How do i identify them?
is there any open source tool that does.

i have found one such tool http://www.codeproject.com/tools/leakfinder.asp.

After following the instructions given there, i tried to "make" my project , it says

error LNK2001: unresolved external symbol _DeInitAllocCheck
error LNK2001: unresolved external symbol _InitAllocCheck


pl do let me know if i have done any mistakes

pl kindly help me out in this problem

Thanks in advance

Regards
vvbkumar