[Gambas-user] "User components" replaced by "Libraries" in Gambas 3
Benoît Minisini
gambas at ...1...
Mon Apr 26 18:24:45 CEST 2010
> Benoît,
>
> Will all the controls that are gambas written, be implemented in this
> fashion too?
> if so how will the IDE distinguish between a library and a control?
>
> Regards,
> Dimitris
>
Nothing changed for components written in Gambas.
Components can be considered as part of the language, whereas libraries are
there for the final user, so that he can easily share piece of codes between
different projects.
Otherwise, technically, there is almost no difference between a component
written in Gambas and a library. The interpreter loads them the same way. The
only difference is where they are searched for.
Regards,
--
Benoît Minisini
More information about the User
mailing list