Re: [Gambas-user] is there an example for generating curves

2015-01-18 Thread rolf
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(

[Gambas-user] Packaging a project with libraries to deb failed

2015-01-18 Thread Christof Thalhofer
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

Re: [Gambas-user] Packaging a project with libraries to deb failed

2015-01-18 Thread Benoît Minisini
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 >

Re: [Gambas-user] Packaging a project with libraries to deb failed

2015-01-18 Thread Christof Thalhofer
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

Re: [Gambas-user] Packaging a project with libraries to deb failed

2015-01-18 Thread Willy Raets
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

Re: [Gambas-user] Solved: Packaging a project with libraries to deb failed

2015-01-18 Thread Christof Thalhofer
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

Re: [Gambas-user] Trying to use libmpv, but got Segmentation faults on exit

2015-01-18 Thread Benoît Minisini
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

Re: [Gambas-user] Trying to use libmpv, but got Segmentation faults on exit

2015-01-18 Thread Benoît Minisini
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

Re: [Gambas-user] Trying to use libmpv, but got Segmentation faults on exit

2015-01-18 Thread Koko
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. >>>