vvbkumar
30th August 2006, 17:56
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 :confused:
pl do let me know if i have done any mistakes :eek:
pl kindly help me out in this problem :crying:
Thanks in advance
Regards
vvbkumar
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 :confused:
pl do let me know if i have done any mistakes :eek:
pl kindly help me out in this problem :crying:
Thanks in advance
Regards
vvbkumar