> 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 ------------------------------------------------------------------------------ _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
