<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    On 08/10/2011 11:02 AM, Juan Sánchez wrote:
    <blockquote
cite="mid:CAGZ5s4Qp__D=V_sjMdBSYKw23vMyA2jbN8Wvz+PDTnvEn0Fwgw@mail.gmail.com"
      type="cite"><br>
      <blockquote style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex;
        border-left: 1px solid rgb(204, 204, 204);" class="gmail_quote"><br>
      </blockquote>
      <div class="gmail_quote">
        <blockquote style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex;
          border-left: 1px solid rgb(204, 204, 204);"
          class="gmail_quote"> If you really get this working reliably
          (on Windows, Linux and Mac), it would be great to offer an
          addition to the Lazarus, allowing for creating a "dll/so GUI
          Application" for everybody to use.<br>
        </blockquote>
        <div> </div>
        <div>This would be a great notice. I'll try it with all possible
          ideas. I'm with you that it will be great for people to get
          creating a GUI Application in DLL. We'll get it, sure!!!!</div>
      </div>
    </blockquote>
    <br>
    In the past, there were some efforts to allow a DLL/so to use the
    GUI of the main program and e.g. create additional forms in that
    context. <br>
    <br>
    AFAIK, this is possible by synchronizing the memory manager and
    passing some pointers for application and/or forms. <br>
    <br>
    The downside is: <br>
     - I seem to remember that it is quite complicated to do<br>
     - this is only possible if the main program is done with Lazarus as
    well<br>
     - I don't know if the GUI designer can be used for this. <br>
    <br>
    So your works seems to offer a better choice. <br>
    <br>
    -Michael <br>
    <br>
  </body>
</html>