Re: [Gambas-user] Creating a library

2008-09-12 Thread gambas
Am Freitag, 12. September 2008 11:40:36 schrieb [EMAIL PROTECTED]: > Am Donnerstag, 4. September 2008 16:39:06 schrieb Doriano Blengino: > > Make a (dummy?) project with your libray in it; give it a meaningful > > name. Edit the library source: put a "EXPORT" alone in a line at the > > beginning: >

Re: [Gambas-user] Creating a library

2008-09-12 Thread gambas
Am Donnerstag, 4. September 2008 16:39:06 schrieb Doriano Blengino: > Make a (dummy?) project with your libray in it; give it a meaningful name. > Edit the library source: put a "EXPORT" alone in a line at the beginning: > > ' Gambas module file > > EXPORT > > PUBLIC SUB printit(st AS S

Re: [Gambas-user] Creating a library

2008-09-04 Thread gambas
Am Donnerstag, 4. September 2008 16:39:06 schrieb Doriano Blengino: > Make a (dummy?) project with your libray in it; give it a meaningful name. > Edit the library source: put a "EXPORT" alone in a line at the beginning: > > ' Gambas module file > > EXPORT > > PUBLIC SUB printit(st AS

Re: [Gambas-user] Creating a library

2008-09-04 Thread Doriano Blengino
[EMAIL PROTECTED] ha scritto: > Am Donnerstag, 4. September 2008 14:33:03 schrieb Doriano Blengino: > >> [EMAIL PROTECTED] ha scritto: >> >>> Am Mittwoch, 3. September 2008 10:56:37 schrieb [EMAIL PROTECTED]: >>> Hi List! I've written a kind of library, where I droped

Re: [Gambas-user] Creating a library

2008-09-04 Thread gambas
Am Donnerstag, 4. September 2008 14:33:03 schrieb Doriano Blengino: > [EMAIL PROTECTED] ha scritto: > > Am Mittwoch, 3. September 2008 10:56:37 schrieb [EMAIL PROTECTED]: > >> Hi List! > >> > >> I've written a kind of library, where I droped my standard routines. At > >> the moment, I have to compi

Re: [Gambas-user] Creating a library

2008-09-04 Thread Emil Tchekov
ndet: Donnerstag, 4. September 2008 14:25 An: mailing list for gambas users Betreff: Re: [Gambas-user] Creating a library Am Mittwoch, 3. September 2008 10:56:37 schrieb [EMAIL PROTECTED]: > Hi List! > > I've written a kind of library, where I droped my standard routines. At the > mome

Re: [Gambas-user] Creating a library

2008-09-04 Thread Doriano Blengino
[EMAIL PROTECTED] ha scritto: > Am Mittwoch, 3. September 2008 10:56:37 schrieb [EMAIL PROTECTED]: > >> 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 l

Re: [Gambas-user] Creating a library

2008-09-04 Thread gambas
Am Mittwoch, 3. September 2008 10:56:37 schrieb [EMAIL PROTECTED]: > 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

Re: [Gambas-user] Creating a library

2008-09-03 Thread Laurent Carlier
Le Wednesday 03 September 2008 10:56:37 [EMAIL PROTECTED], 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

[Gambas-user] Creating a library

2008-09-03 Thread gambas
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