Re: [Gambas-user] gambas3 library pathes

2012-04-26 Thread Benoît Minisini
Le 25/04/2012 21:31, Willy Raets a écrit : > On wo, 2012-04-25 at 20:55 +0200, Benoît Minisini wrote: >> dpkg -i testlibapp_0.0.1-1_all.deb > > Hi Benoît, > > Tried it with little success. Still complains about mylib not being > installed. see attached screenshot. > Does it work on your distributio

Re: [Gambas-user] gambas3 library pathes

2012-04-23 Thread Willy Raets
On ma, 2012-04-23 at 13:58 +0200, Benoît Minisini wrote: > I wrote a little page about libraries on the wiki to explain how to use > them. Thanks for that, very clear and exactly the way I understood it. It works fine as long as using it in IDE. Distribution seems to be the key problem. And I d

Re: [Gambas-user] gambas3 library pathes

2012-04-23 Thread Benoît Minisini
Le 21/04/2012 06:36, Willy Raets a écrit : > On vr, 2012-04-20 at 19:32 -0700, John Spikowski wrote: >> On Sat, 2012-04-21 at 04:17 +0200, Willy Raets wrote: >> >>> I couldn't and still can't find documentation on how to use and >>> distribute a library written in Gambas. >>> >>> Willy >> >> It wou

Re: [Gambas-user] gambas3 library pathes

2012-04-20 Thread Willy Raets
On vr, 2012-04-20 at 19:32 -0700, John Spikowski wrote: > On Sat, 2012-04-21 at 04:17 +0200, Willy Raets wrote: > > > I couldn't and still can't find documentation on how to use and > > distribute a library written in Gambas. > > > > Willy > > It would be great if Gambas developed applications

Re: [Gambas-user] gambas3 library pathes

2012-04-20 Thread John Spikowski
On Sat, 2012-04-21 at 04:17 +0200, Willy Raets wrote: > I couldn't and still can't find documentation on how to use and > distribute a library written in Gambas. > > Willy It would be great if Gambas developed applications could be made available without the user of the application having to be

Re: [Gambas-user] gambas3 library pathes

2012-04-20 Thread Willy Raets
On vr, 2012-04-20 at 18:21 +0200, Benoît Minisini wrote: > Le 20/04/2012 17:43, Willy Raets a écrit : > > To use a Gambas3 library in a Gambas3 project you need to put an > > executable (example: mylib.gambas) in the main project folder. > > Aaarg... No! > > At runtime, a library must be put in t

Re: [Gambas-user] gambas3 library pathes

2012-04-20 Thread Benoît Minisini
Le 20/04/2012 17:43, Willy Raets a écrit : > On do, 2012-04-19 at 15:51 +0200, Andreas Fröhlke wrote: >> Hello, >> >> we read in a forum, that gambas3 searches in 2 pathes for gambas libraries. >> Is there a way to add pathes or edit them? If not, is gambas3 searching >> recursively, so we can pu

Re: [Gambas-user] gambas3 library pathes

2012-04-20 Thread Willy Raets
On do, 2012-04-19 at 15:51 +0200, Andreas Fröhlke wrote: > Hello, > > we read in a forum, that gambas3 searches in 2 pathes for gambas libraries. > Is there a way to add pathes or edit them? If not, is gambas3 searching > recursively, so we can put our library in a subfolder? > Hi Andreas, To

[Gambas-user] gambas3 library pathes

2012-04-19 Thread Andreas Fröhlke
Hello, we read in a forum, that gambas3 searches in 2 pathes for gambas libraries. Is there a way to add pathes or edit them? If not, is gambas3 searching recursively, so we can put our library in a subfolder? Regards Andreas Fröhlke ---