Hi Joshua<br><br>It should work for Delphi but probably not for Lazarus.<br><br>PEW<br><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>
<br><br><div class="gmail_quote">On 26 December 2010 04:28, Joshua Lim <span dir="ltr"><<a href="mailto:joshua__lim@hotmail.com">joshua__lim@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hi Peter, thanks, what I mean is if it works for NT services.<br>
<br>
Peter E Williams wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">
Hi Joshua,<br>
<br>
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>
<br>
<br></div><div class="im">
On 26 December 2010 03:26, Joshua Lim <<a href="mailto:joshua__lim@hotmail.com" target="_blank">joshua__lim@hotmail.com</a> <mailto:<a href="mailto:joshua__lim@hotmail.com" target="_blank">joshua__lim@hotmail.com</a>>> wrote:<br>


<br>
    Hi Peter, thanks, I tried again a couple hours later, it now<br>
    works.  Do you think this method can work for services?<br>
<br>
    Rgds,<br>
    Joshua<br>
<br>
<br>
    Joshua Lim wrote:<br>
<br>
        Hi Peter, thanks, this downloader site keeps returning me to<br>
        the wait page -<br>
        <a href="http://hotfile.com/dl/91609295/6358c68/memproof_installer.zip.html" target="_blank">http://hotfile.com/dl/91609295/6358c68/memproof_installer.zip.html</a><br>
<br>
<br>
Yes, this should work like any Internet url.<br>
<br></div>
Please visit <a href="http://hotfile.com" target="_blank">http://hotfile.com</a> and sign up as a new user. Then each time you visit <a href="http://hotfile.com" target="_blank">hotfile.com</a> <<a href="http://hotfile.com" target="_blank">http://hotfile.com</a>> you will be taken to the page where you can click on 'upload file'. It transfers files at standard upload speeds and there is a paid premium option if you want fast downloads, which I don't use because I don't upload large files normally.<div>

<div></div><div class="h5"><br>
<br>
        Rgds,<br>
        Joshua<br>
<br>
<br>
Pew :)))<br>
 <br>
         <br>
        Peter E Williams wrote:<br>
<br>
            Hi all,<br>
<br>
            Here is a link to Memproof_installer.zip (2.2MB).<br>
<br>
            <a href="http://hotfile.com/dl/91609295/6358c68/memproof_installer.zip.html" target="_blank">http://hotfile.com/dl/91609295/6358c68/memproof_installer.zip.html</a><br>
<br>
            This is what I originally used many years ago with Delphi<br>
            5 Enterprise to write my shareware (which never really<br>
            sold) and later became mostly public domain freeware now<br>
            found on <a href="http://pewink.info" target="_blank">http://pewink.info</a> in the Delphi source code page.<br>
<br>
            Memproof is a stand alone application.<br>
<br>
            Instructions:<br>
<br>
            click here<br>
<br>
            <a href="http://hotfile.com/dl/91609295/6358c68/memproof_installer.zip.html" target="_blank">http://hotfile.com/dl/91609295/6358c68/memproof_installer.zip.html</a><br>
<br>
            and save the 2.2 MB fie to disk.<br>
<br>
            Unzip it with whatever you like and save the exe file.<br>
            Then run it. It is a standard installation exe file by the<br>
            same company that wrote Memproof (not me).<br>
<br>
            Then open the memproof folder and run memproof and read<br>
            the instructions in the help file. You will need to set<br>
            certain Optimization options off and other Delphi 5<br>
            compilation options. They have a red circle and arrows in<br>
            the help file.<br>
<br>
            Don't ask me as it has been years since I did this.<br>
<br>
            An interesting note is that later versions of memproof did<br>
            NOT include the help file... so save it if you install a<br>
            later version of memproof.<br>
<br>
            Then open Delphi or Lazarus and compile your project (say,<br>
            "hello_fred" project) with the correct settings as<br>
            described in the Memproof help file.<br>
<br>
            Close Delphi or Lazarus.<br>
<br>
            Open Memproof and the open your project (hello_fred.exe).<br>
<br>
            Run it (hello_fred.exe) within Memproof (not as a Windows<br>
            exe file).<br>
<br>
            Memproof will show all memory assignments and memory<br>
            leaks. It will also jump to the line in your source code<br>
            where the memory leak variable was created. You then need<br>
            to decide where to call Free or FreeAndNil for the<br>
            object(s) which you created and forgot to free, causing<br>
            the memory leak(s).<br>
<br>
            This is then a process of recompiling it with Delphi or<br>
            Lazarus and reopening it with Memproof and running it<br>
            until there are no memory leaks.<br>
<br>
            Happy Debugging and Merry Christmas 2010<br>
<br>
            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>
            <<a href="http://patientxmarksthespot.wordpress.com" target="_blank">http://patientxmarksthespot.wordpress.com</a>><br>
            <<a href="http://patientxmarksthespot.wordpress.com" target="_blank">http://patientxmarksthespot.wordpress.com</a>><br>
<br>
            ------------------------------------------------------------------------<br>
<br>
            --             _______________________________________________<br>
            Lazarus mailing list<br>
            <a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">Lazarus@lists.lazarus.freepascal.org</a><br></div></div>
            <mailto:<a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">Lazarus@lists.lazarus.freepascal.org</a>><div class="im"><br>
            <a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
             <br>
<br>
<br>
        --         _______________________________________________<br>
        Lazarus mailing list<br>
        <a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">Lazarus@lists.lazarus.freepascal.org</a><br></div>
        <mailto:<a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">Lazarus@lists.lazarus.freepascal.org</a>><div class="im"><br>
        <a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
<br>
<br>
<br>
<br>
    --<br>
    _______________________________________________<br>
    Lazarus mailing list<br>
    <a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">Lazarus@lists.lazarus.freepascal.org</a><br></div>
    <mailto:<a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">Lazarus@lists.lazarus.freepascal.org</a>><div class="im"><br>
    <a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
<br>
<br>
</div></blockquote><div><div></div><div class="h5">
<br>
<br>
--<br>
_______________________________________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">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>