[Gambas-user] Loading Components and Classes - Source Code
PICCORO McKAY Lenz
mckaygerhard at gmail.com
Tue Aug 21 15:50:58 CEST 2018
umm i have this same question, well lest see:
hans means that i need to get sure if the gb.util component "was loaded"
before usage of any "new added function.
ok, compiler seems the pre-check before if all need are in..
but what about own-made components, well own made classes? will be
compressed inside the executable and we need toload as other file inside
the archived executable?
Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com
2018-08-18 20:23 GMT-04:00 Jussi Lahtinen <jussi.lahtinen at gmail.com>:
> 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 ]----
>>
>
>
> ----[ 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/20180821/16e5f6aa/attachment.html>
More information about the User
mailing list