Re: [Gambas-user] Sharing libraries across projects : new proposal!

2016-01-31 Thread Christof Thalhofer
Am 31.01.2016 um 04:55 schrieb Benoît Minisini: > You can already do that, except that vendor name should be included in > the library name. Ok. I can throw them all in one directory. But the library name unfortunately does not act like a namespace, it does not separate the Classnames. If you ha

Re: [Gambas-user] Sharing libraries across projects : new proposal!

2016-01-30 Thread Benoît Minisini
Le 31/01/2016 01:42, Christof Thalhofer a écrit : > Am 30.01.2016 um 20:48 schrieb Benoît Minisini: > >> 1) Add a new project option that allows to indicate the library search >> directory at runtime. If specified, the libraries are searched in that >> directory first. (Question: are multiple direc

Re: [Gambas-user] Sharing libraries across projects : new proposal!

2016-01-30 Thread Christof Thalhofer
Am 30.01.2016 um 20:48 schrieb Benoît Minisini: > 1) Add a new project option that allows to indicate the library search > directory at runtime. If specified, the libraries are searched in that > directory first. (Question: are multiple directories needed?) If there shall be the opportunity to

Re: [Gambas-user] Sharing libraries across projects : new proposal!

2016-01-30 Thread Christof Thalhofer
Am 30.01.2016 um 22:21 schrieb Benoît Minisini: > I will add a user-specific library directory only used at debug time: > "~/.local/share/gambas3/lib". By putting libraries there, you won't have > to install them globally to debug your project. > > You will just have to store your libraries exe

Re: [Gambas-user] Sharing libraries across projects : new proposal!

2016-01-30 Thread Benoît Minisini
Le 30/01/2016 21:58, Christof Thalhofer a écrit : > Hi, > > Am 30.01.2016 um 20:48 schrieb Benoît Minisini: > >> 4) At debug time, in the IDE, libraries are searched in the same >> directories, and will be listed in the project configuration dialog to >> be checked (the old specific library tab may

Re: [Gambas-user] Sharing libraries across projects : new proposal!

2016-01-30 Thread Benoît Minisini
Le 30/01/2016 21:44, Tobias Boege a écrit : > On Sat, 30 Jan 2016, Beno??t Minisini wrote: >> Hi, >> >> I'm still thinking about that, especially trying to find the simplest >> solution. >> > > Good, I still need it :-) ATM I can continue work by having a copy of the > library in each project that

Re: [Gambas-user] Sharing libraries across projects : new proposal!

2016-01-30 Thread Christof Thalhofer
Hi, Am 30.01.2016 um 20:48 schrieb Benoît Minisini: > 4) At debug time, in the IDE, libraries are searched in the same > directories, and will be listed in the project configuration dialog to > be checked (the old specific library tab may be removed). That would break my current development-cy

Re: [Gambas-user] Sharing libraries across projects : new proposal!

2016-01-30 Thread Tobias Boege
On Sat, 30 Jan 2016, Beno??t Minisini wrote: > Hi, > > I'm still thinking about that, especially trying to find the simplest > solution. > Good, I still need it :-) ATM I can continue work by having a copy of the library in each project that uses it. So we should not rush things. (The new proje

[Gambas-user] Sharing libraries across projects : new proposal!

2016-01-30 Thread Benoît Minisini
Hi, I'm still thinking about that, especially trying to find the simplest solution. Here is a new proposal, that requires less changes: 1) Add a new project option that allows to indicate the library search directory at runtime. If specified, the libraries are searched in that directory first