[Gambas-user] Use of a Gambas library in a module

Gianluigi bagonergi at gmail.com
Sun Oct 21 16:42:37 CEST 2018


As suggested by Benoit and Jussi, the Library should be copied inside the
project, then in Sub Open you writs:

  Dim sPath As String
  sPath = "/usr/lib/gambas3/myLibrary:0"
  Component.Load(sPath)

and with help from this lesson [0], completes the project.

Regards
Gianluigi

[0]
http://www.gambas-it.org/wiki/index.php?title=Attivare_un_Componente_dinamicamente_da_codice

Il giorno dom 21 ott 2018 alle ore 07:31 Hans Lehmann <hans at gambas-buch.de>
ha scritto:

> Hello Lee,
>
> in the last email (20.10.2018 - 20:11) I sent my program and the library
> as an archive (attached).
> You can use this for testing.
>
> Yours sincerely
>
> Hans
>
>
>
> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20181021/c4eb5a1f/attachment.html>


More information about the User mailing list