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
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
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
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
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
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.
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