<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="DejaVu Sans Mono">Hello,<br>
      <br>
      I have a project `myProject` and a library `myLib`. If I add the
      library via Menu/Project/Properties/Library/Add, then I can use
      the library without problems. Now I want to share the project and
      the library myLIB:0.0.gambas. I don't manage to integrate the
      library dynamically. What should I do?<br>
      <br>
      My unsuccessful test:<br>
      <br>
      Public Sub _new()<br>
        <br>
       Component.Load("libs/gambas-book/myLIB:0.0.gambas")<br>
        <br>
      End<br>
      <br>
      Public Sub Form_Open()<br>
      <br>
        Module1.Main()<br>
        <br>
      End<br>
      <br>
    </font><font face="DejaVu Sans Mono"><font face="DejaVu Sans Mono">The
        libs/gambas-book/</font> is a path in the project directory.<br>
      <br>
      <br>
      With kind regards<br>
      <br>
      Hans<br>
    </font>
  </body>
</html>