Re: [Gambas-user] Sharing Code Between Projects

2017-06-09 Thread PICCORO McKAY Lenz
2017-06-09 4:00 GMT-04:30 alexchernoff : > Using a Library works well, thanks! > > Is it possible to name it something other than .gambas? like > XYZ_Super_Library.lib? > when are installed u can mannually search for a different name... > > > > > > -- > View this

Re: [Gambas-user] Sharing Code Between Projects

2017-06-09 Thread PICCORO McKAY Lenz
2017-06-09 4:00 GMT-04:30 alexchernoff : > Using a Library works well, thanks! > > Is it possible to name it something other than .gambas? like > XYZ_Super_Library.lib? > nop, like docs said must be gambas until are system wide > > > > > > -- > View this message in

Re: [Gambas-user] Sharing Code Between Projects

2017-06-09 Thread alexchernoff
Using a Library works well, thanks! Is it possible to name it something other than .gambas? like XYZ_Super_Library.lib? -- View this message in context: http://gambas.8142.n7.nabble.com/Sharing-Code-Between-Projects-tp59251p59292.html Sent from the gambas-user mailing list archive at

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

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

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

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

Re: [Gambas-user] Sharing Code Between Projects

2017-06-06 Thread PICCORO McKAY Lenz
2017-06-06 10:13 GMT-04:00 alexchernoff : > Correct, "import" only creates a local copy, and using a symlink results > in a > read only code in the IDE. > > The goal is to edit shared centralised modules and having all projects see > the changes. > yeah like java does..

Re: [Gambas-user] Sharing Code Between Projects

2017-06-06 Thread alexchernoff
Correct, "import" only creates a local copy, and using a symlink results in a read only code in the IDE. The goal is to edit shared centralised modules and having all projects see the changes. Thanks -- View this message in context:

Re: [Gambas-user] Sharing Code Between Projects

2017-06-06 Thread PICCORO McKAY Lenz
2017-06-06 7:02 GMT-04:00 Charlie : > If you want to use a Module that is in another program just right click on > FMain in the Project window and click in Import.. > > > > Navigate to the Module you want and

Re: [Gambas-user] Sharing Code Between Projects

2017-06-06 Thread Charlie
If you want to use a Module that is in another program just right click on FMain in the Project window and click in Import.. Navigate to the Module you want and open it in your project. Or did I misunderstand what you are

Re: [Gambas-user] Sharing Code Between Projects

2017-06-06 Thread adamn...@gmail.com
On Tue, 6 Jun 2017 02:22:26 -0700 (MST) alexchernoff wrote: > Dear All, > > I have multiple projects sharing certain modules such as logging, config > routines... I created a symlink in each project's .src directory pointing to > the actual file (with relative path

[Gambas-user] Sharing Code Between Projects

2017-06-06 Thread alexchernoff
Dear All, I have multiple projects sharing certain modules such as logging, config routines... I created a symlink in each project's .src directory pointing to the actual file (with relative path like ln -s ../../../../SHARED/Mod_Logging.module) Gambas sees it, also recognizes it as a link (icon