[Gambas-user] Creating a library

Laurent Carlier lordheavym at ...626...
Wed Sep 3 11:11:34 CEST 2008


Le Wednesday 03 September 2008 10:56:37 gambas at ...1938..., vous avez écrit :
> Hi List!
>
> I've written a kind of library, where I droped my standard routines. At the
> moment, I have to compile this class every time with my projects.
>
> Is there someone on this list, who can tell me, what I have to do, to
> compile the library separately and how I can get access to the methods in
> the library, when I want to use them in my project?
>
> Thanks in advance!
>
> Greetz
> Stevie
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge Build the coolest Linux based applications with Moblin SDK & win
> great prizes Grand prize is a trip for two to an Open Source event anywhere
> in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

I guess you can find some examples about creating shared library under linux 
under linux (eg: http://www.faqs.org/docs/Linux-HOWTO/Program-Library-
HOWTO.html)

First create your library, after we can talk about two posibilities; accessing 
it through EXTERN keywords, or creating a gambas component (best way i guess).

It should be better if you move this topic in the devel mailing list.

Regards,





More information about the User mailing list