<div dir="ltr"><div>What are you trying to achieve with this?</div><div>The components should be ready to use, if they are tagged in the project properties.</div><div><br></div><div>Jussi<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Aug 18, 2018 at 8:26 PM Hans Lehmann <<a href="mailto:hans@gambas-buch.de">hans@gambas-buch.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
how to ensure in a project in source code (!) that for example the two <br>
components gb.desktop and gb.util are loaded for program start. Of the <br>
component gb.util, the class Shell is required in the project.<br>
<br>
That was my intention, but it was not successful:<br>
<br>
Public Sub _new()<br>
Component.Load("gb.desktop")<br>
Component.Load("gb.util")<br>
Class.Load("Shell")<br>
...<br>
End<br>
<br>
With kind regards<br>
<br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
</blockquote></div>