Hello Fabien
> Better than words, this is a demo !
>
> 2015-01-12 12:22 GMT+01:00 Fabien Bodard :
> > Well.. you need two things in fact . first you can use an array of point
> > :
> >
> > Private $aPoints as new Point[]
> >
> >
> > Then you add in real time your points :
> >
> > $apoint.add(point(
Hi,
after I wrote my first small app in Gambas, I decided to export some
common modules and classes to an external library, which worked well (at
design time).
But now the original project cannot be packed as .deb. There is an error
shown when packaging:
> dpkg-buildpackage: Host-Architektur amd
Le 18/01/2015 14:58, Christof Thalhofer a écrit :
> Hi,
>
> after I wrote my first small app in Gambas, I decided to export some
> common modules and classes to an external library, which worked well (at
> design time).
>
> But now the original project cannot be packed as .deb. There is an error
>
Hello Benoît,
Am 18.01.2015 um 15:06 schrieb Benoît Minisini:
> Apparently there is some version number that dpkg-buildpackage does not
> like. Please provide your project.
I would not like to provide it to an open mailinglist, because it
contains private things. Can I send it to you personally
On zo, 2015-01-18 at 14:58 +0100, Christof Thalhofer wrote:
> Hi,
>
> after I wrote my first small app in Gambas, I decided to export some
> common modules and classes to an external library, which worked well (at
> design time).
>
> But now the original project cannot be packed as .deb. There is
Am 18.01.2015 um 15:48 schrieb Willy Raets:
>> I try a translation of the error:
>> dpkg-source: Warning: Dependancy (>= 0.0.0) can not be parsed
> I believe I had something likewise when building a library.
> As far as I can remember it was because my library had version 0.0.0 (or
> maybe even 0
Le 17/01/2015 13:19, Antonio a écrit :
> I managed to make the project archive i'm attaching right now.
> You need to replace the string "loadfile videofile" with something
> existing on your filesystem fo course.
> Run the project, hit the button, wait 10 seconds, then close the form
> and you'll
Le 18/01/2015 17:46, Benoît Minisini a écrit :
> Le 17/01/2015 13:19, Antonio a écrit :
>> I managed to make the project archive i'm attaching right now.
>> You need to replace the string "loadfile videofile" with something
>> existing on your filesystem fo course.
>> Run the project, hit the butto
Benoît Minisini wrote:
> Le 18/01/2015 17:46, Benoît Minisini a écrit :
>> Le 17/01/2015 13:19, Antonio a écrit :
>>> I managed to make the project archive i'm attaching right now.
>>> You need to replace the string "loadfile videofile" with something
>>> existing on your filesystem fo course.
>>>