Just use fastmm4. http://fastmm.sourceforge.net
It replaces/supersedes memcheck. Fastmm4 is the standard memory manager in D2006, however you need the full debug version for the kind of reporting required. Myles. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jianming Lin (FMI) Sent: Monday, 4 August 2008 11:24 a.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] memory leak tools Certainly you need to add : unit MemCheck; {$IFDEF VER180} //VER180 = Delphi 2006 for Win32 {$UNDEF DELPHI71_OR_LATER} {$DEFINE DELPHI6_OR_LATER} {$DEFINE DELPHI7_OR_LATER} {$ENDIF} ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Leigh Wanstead Sent: Wednesday, 30 July 2008 5:29 p.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] memory leak tools http://v.mahon.free.fr/pro/freeware/memcheck/ Have a nice day Regards Leigh www.smootharm.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Vikas... Sent: Wednesday, 30 July 2008 5:10 p.m. To: NZ Borland Developers Group - Delphi List Subject: [DUG] memory leak tools Hi, Is there any open source or free memory leakage tool available to track memory leakage in delphi application. Regards Vikas Attention: This communication is confidential and may be legally privileged. If you are not the intended recipient, please do not use, disclose, copy or distribute it, other than to return it to us with your confirmation that it has been deleted from your system.
_______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: [email protected] Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe
