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

Gianluigi bagonergi at gmail.com
Tue Oct 23 13:19:17 CEST 2018


Hi Benoit,
have you tried the code in the 'Dynamic libraries' folder?
Have you noticed that to load the library as a component just indicate the
path "/usr/lib/gambas3/<library name>:0" but also "/foo/gambas3/<library
name>:0" as indicated by Lee?
Have you noticed that you don't need to load the library with the IDE
dialog but just insert the library in the project?
In fact it seems that if you load with the dialog then the code works less
well (loading the combobox).
As you noticed if you use 'Component.Load(<library absolute path>)' the
library will not load.

Best regards
Gianluigi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20181023/c49ec674/attachment.html>


More information about the User mailing list