Re: [Gambas-user] Importing modules from other projects

2013-12-19 Thread Rolf-Werner Eilert
Am 19.12.2013 10:57, schrieb Charlie Reinl: > Am Donnerstag, den 19.12.2013, 09:54 +0100 schrieb Rolf-Werner Eilert: >> A few minutes ago I started a new project. I plan to use a module which >> I made for another project in my new one. >> >> The standard way to do so would be to make a new modul

Re: [Gambas-user] Importing modules from other projects

2013-12-19 Thread Charlie Reinl
Am Donnerstag, den 19.12.2013, 09:54 +0100 schrieb Rolf-Werner Eilert: > A few minutes ago I started a new project. I plan to use a module which > I made for another project in my new one. > > The standard way to do so would be to make a new module in the project > tree (right-click...), open th

[Gambas-user] Importing modules from other projects

2013-12-19 Thread Rolf-Werner Eilert
A few minutes ago I started a new project. I plan to use a module which I made for another project in my new one. The standard way to do so would be to make a new module in the project tree (right-click...), open the older project, Ctrl-A and Ctrl-C the whole text, then open the new project, go