Re: [Gambas-user] Sharing Code Between Projects

2017-06-07 Thread Benoît Minisini via Gambas-user
Le 07/06/2017 à 16:25, adamn...@gmail.com a écrit : I think you need to understand a lot more about libraries and components. Libraries are useful for one developer trying to re-use code between projects on a single machine. If you are talking about deploying shared code in a way that it can be

Re: [Gambas-user] Sharing Code Between Projects

2017-06-07 Thread PICCORO McKAY Lenz
maybe its a good idead paste more clarelly that in gambas wiki.. the documentation lack of that explanations, so right documentation its important! 2017-06-07 10:25 GMT-04:00 adamn...@gmail.com : > useful for one developer trying to re-use code between projects on a > single machine. If you > li

Re: [Gambas-user] Sharing Code Between Projects

2017-06-07 Thread adamn...@gmail.com
On Wed, 7 Jun 2017 09:38:52 -0400 PICCORO McKAY Lenz wrote: > 2017-06-07 7:33 GMT-04:00 Christof Thalhofer : > > Am 06.06.2017 um 16:13 schrieb alexchernoff: > >> The goal is to edit shared centralised modules and having all > >> projects see the changes. > > > > You can do this by creating a pro

Re: [Gambas-user] Gambas-Documentation

2017-06-07 Thread PICCORO McKAY Lenz
Hi adamnt42, 2017-06-06 20:40 GMT-04:00 adamn...@gmail.com : > > What is the "Size" parameter in GetIcon(Size As Integer)? > > Where is a convenient place to talk about that question? I don't think it really belongs in the mailing list as it may take a reasonable time before someone with that know

Re: [Gambas-user] Sharing Code Between Projects

2017-06-07 Thread PICCORO McKAY Lenz
2017-06-07 7:33 GMT-04:00 Christof Thalhofer : > Am 06.06.2017 um 16:13 schrieb alexchernoff: >> The goal is to edit shared centralised modules and having all >> projects see the changes. > > You can do this by creating a project as library. After you compiled it > once and mad an executable with C

Re: [Gambas-user] Sharing Code Between Projects

2017-06-07 Thread Christof Thalhofer
Am 06.06.2017 um 16:13 schrieb alexchernoff: > Correct, "import" only creates a local copy, and using a symlink > results in read only code in the IDE. > > The goal is to edit shared centralised modules and having all > projects see the changes. You can do this by creating a project as library.

Re: [Gambas-user] Gambas-Documentation

2017-06-07 Thread Benoît Minisini via Gambas-user
Le 07/06/2017 à 02:40, adamn...@gmail.com a écrit : I think one of the things that is hard about doing something about the documentation is that there does not appear to be any simple way to collaborate on it. For example, stirred up a bit by this thread, I started having a go at some of the wik