<div>Hi Marco and all,</div><div><br></div><div>see comments below</div><br clear="all">Fond Regards, Peter Eric WILLIAMS <br>--- Hobart, Tasmania, Australia<br>--- Phone: +61 (03) 6236-9675<br>My free websites are:  <a href="http://pewink.info" target="_blank">http://pewink.info</a>   (&)<br>

   <a href="http://pewslinuxvault.googlepages.com" target="_blank">http://pewslinuxvault.googlepages.com</a><br>My free blog is: <a href="http://patientxmarksthespot.wordpress.com" target="_blank">patientxmarksthespot.wordpress.com</a><br>

<br>
<br><br><div class="gmail_quote">On 24 December 2010 22:39, Marco van de Voort <span dir="ltr"><<a href="mailto:marcov@stack.nl">marcov@stack.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">On Fri, Dec 24, 2010 at 12:11:20PM +0100, Michael Van Canneyt wrote:<br>
> > Here is a link to Memproof_installer.zip (2.2MB).<br>
> ><br>
> [snip]<br>
> > Memproof will show all memory assignments and memory leaks. It will also jump to the line in your source code where the memory leak variable was created.<br></div></blockquote><div><br></div><div>Yes, this is an excellent feature of it. You can watch all the variable and constant allocations AS your program is being run from within memproof.</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">
> > You then need to decide where to call Free or FreeAndNil for the object(s) which you created and forgot to free, causing the memory leak(s).<br>
><br>
> While it is a nice gesture to give presents, I don't see the practical use.<br>
> FPC contains this feature out of the box, you can just compile with -gl.<br></div></blockquote><div><br></div><div>Is there a tutorial on how to use this? My application which I am currently developing are for Lazarus not Free Pascal so I would need something which has a GUI interface ?!? Or am I wrong? </div>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">
<br>
</div>Afaik memproof (which is like AQTime-lite) needs explicitely debug format<br>
support, and that's why it doesn't work after D7. For decent traces it also<br>
required the TD32 debuginfo to be turned on, and I doubt it understands<br>
stabs or dwarf.<br></blockquote><div><br></div><div>Yes, correct. You need to [ ] Optimization (uncheck) and [x] TD32 debug info (check it) and there is probably another option also. Please install it and read the help file.</div>

<div><br></div><div>stabs or dwarf are new technologies to me. I know nothing about these things. </div><div>:(</div><div><br></div><div>I think that I will reinstall Delphi 5 Enterprise and Memproof on my Mint 10 computer with WINE 1.3 and see if it works.</div>

<div><br></div><div>PEW</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div class="h5">
--<br>
_______________________________________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
</div></div></blockquote></div><br>