<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <blockquote cite="mid:4FD7602A.6070108@mfriebe.de" type="cite"><br>
      Now that means there is no entry for your TForm1.Button1Clicked
      procedure....<br>
    </blockquote>
    That's what I reasonably suspect<br>
    <blockquote cite="mid:4FD7602A.6070108@mfriebe.de" type="cite"> <br>
      I can only guess: The compiler inlined the ReAllocMem into your
      Button1Clicked .<br>
      So the frame is Button1Clicked, but the Address is not.<br>
    </blockquote>
    This could have been an explanation: Inline whas checked in project
    options<br>
    <blockquote cite="mid:4FD7602A.6070108@mfriebe.de" type="cite"> <br>
      Did you compile wit optimization -O ? OR otherwise enabled
      inlining? Please try with -O0  (letter O, then zerro).<br>
    </blockquote>
    <blockquote cite="mid:4FD7602A.6070108@mfriebe.de" type="cite"> <br>
      Better yet in the "Project Options" dialog go to "Compiler Opts" /
      "Other" and in the field "Custom Options" enter:<br>
       -O-<br>
    </blockquote>
    That's what I did: <br>
    - make a new project (to get rid of all annoyances of the original)<br>
    - disable optimization<br>
    - disable Inline style C++ <br>
    - remove the generated form and add the main unit<br>
    - set debugger standard (-g)<br>
    - use heaptrc<br>
    <br>
    still the same: rtl is traced but nothing for the program: begins to
    be annoying<br>
    I have a lab with the W7-Win32. Any ideas to could have  (except
    re-installing Win, of course <span class="moz-smiley-s3"><span>
        ;-)     </span></span>  ) I can implement. I really need a
    solution.<br>
    <br>
    Antonio.<br>
    <br>
    <blockquote cite="mid:4FD7602A.6070108@mfriebe.de" type="cite"> <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">--
_______________________________________________
Lazarus mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a>
</pre>
    </blockquote>
  </body>
</html>