I'm currently using VLD (Visual Leak Detector) when doing mockup applications in win32. My problem is that I don't know of any tool I can use to find memory leaks for smartphone.
Sorry for not being clear from the start. I use unmanaged code and the examples in the article use .NET CF. Since it is not possible to mix unmanaged/managed code for smartphone I can't use the tools provided in the article.
Is there any other way to do this Perhaps by using some C++ classes from the SDK or a tool written entirely in unmanaged code
Is there any memory leak tool available?
gparali
Sorry for not being clear from the start. I use unmanaged code and the examples in the article use .NET CF. Since it is not possible to mix unmanaged/managed code for smartphone I can't use the tools provided in the article.
Is there any other way to do this Perhaps by using some C++ classes from the SDK or a tool written entirely in unmanaged code
Many thanks,
Martin Malek
oompa_l
Check out this post by Daniel Moth:
http://www.danielmoth.com/Blog/2005/01/memory-problems-faq.html
rsws
Hi Martin
Try the Entrek TOOLBOX (http://www.entrek.com/)
The Microsoft provided Application verifyer Tool can be used for memory leak analysis. See this MSDN Article:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnce50/html/appverifier_wince.asp
Hope this is what your are looking for.
Michael
tattoo
Since you're using C++, moving to C++ forum. Please use it for all your C++ questions.