Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Memory leaks... Collapse All
Subject Author Date
jaejin choi Jul 11, 2005 - 1:34 AM

Hi,


I’m testing the samele - FullScreenState files in my MFC application with BoundChecker’s software.


There are many memory leaks.


How to prevent memory leak?


if you want a capture image, i will send it.


 

Technical Support Jul 11, 2005 - 10:35 AM

First of all, we trust the standard diagnostic methods provided with the Visual C++. We guess that if we do not see memory leak information in the Output window when the debug session is finished, then there are no memory leaks in the code. We do not trust memory leak analyses provided by Bound Checker, DevPartner (which is a newer version of Bound Checker) and Rational’s Purify. We trust these tools only in case of handle leak analysis. For instance, DevPartner includes lots of error suppression files. Each of these files describes errors in some standard executable module of Windows OS and these errors of Windows OS are not regarded as real ones.

jaejin choi Jul 11, 2005 - 7:12 PM

Thank you.