[Gambas-user] Loading Components and Classes - Source Code

Jussi Lahtinen jussi.lahtinen at gmail.com
Sun Aug 19 02:23:37 CEST 2018


What are you trying to achieve with this?
The components should be ready to use, if they are tagged in the project
properties.

Jussi

On Sat, Aug 18, 2018 at 8:26 PM Hans Lehmann <hans at gambas-buch.de> wrote:

> Hello,
>
> how to ensure in a project in source code (!) that for example the two
> components gb.desktop and gb.util are loaded for program start. Of the
> component gb.util, the class Shell is required in the project.
>
> That was my intention, but it was not successful:
>
> Public Sub _new()
>    Component.Load("gb.desktop")
>    Component.Load("gb.util")
>    Class.Load("Shell")
>    ...
> End
>
> With kind regards
>
> ----[ 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/20180819/5becd85b/attachment.html>


More information about the User mailing list