Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-16 Thread laurent bernabe
Thanks :) 2013/1/14 Benoît Minisini > Le 10/01/2013 13:21, Benoît Minisini a écrit : > > Le 10/01/2013 12:02, laurent bernabe a écrit : > >> Hello, > >> > >> Could someone help me for resolving a strange gambas behaviour ? > >> > >> When I run my project, I get an error saying me that I gave an

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-13 Thread Benoît Minisini
Le 10/01/2013 13:21, Benoît Minisini a écrit : > Le 10/01/2013 12:02, laurent bernabe a écrit : >> Hello, >> >> Could someone help me for resolving a strange gambas behaviour ? >> >> When I run my project, I get an error saying me that I gave an incorrect >> type : but the stack trace is empty (Fma

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread laurent bernabe
Because in "le compte est bon" I use a recursive algorithm. 2013/1/10 Benoît Minisini > Le 10/01/2013 14:04, laurent bernabe a écrit : > > Ok : thank you. > > > > By the way, can I ask whether Gambas projects are interpreted, some > > kind of byte-coded or compiled ? > > It's because I want to

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread Benoît Minisini
Le 10/01/2013 14:04, laurent bernabe a écrit : > Ok : thank you. > > By the way, can I ask you whether Gambas projects are interpreted, some > kind of byte-coded or compiled ? > It's because I want to code a project like the famous "Le compte est bon" > (The calculation is good). > > Regards > Int

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread laurent bernabe
Ok : thank you. By the way, can I ask you whether Gambas projects are interpreted, some kind of byte-coded or compiled ? It's because I want to code a project like the famous "Le compte est bon" (The calculation is good). Regards 2013/1/10 Benoît Minisini > Le 10/01/2013 13:21, Benoît Minisini

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread laurent bernabe
Ok : That's why I could not be told about my error. Thank you very much :) 2013/1/10 Benoît Minisini > Le 10/01/2013 12:02, laurent bernabe a écrit : > > Hello, > > > > Could someone help me for resolving a strange gambas behaviour ? > > > > When I run my project, I get an error saying me that

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread Benoît Minisini
Le 10/01/2013 13:21, Benoît Minisini a écrit : > Le 10/01/2013 12:02, laurent bernabe a écrit : >> Hello, >> >> Could someone help me for resolving a strange gambas behaviour ? >> >> When I run my project, I get an error saying me that I gave an incorrect >> type : but the stack trace is empty (Fma

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread Benoît Minisini
Le 10/01/2013 12:02, laurent bernabe a écrit : > Hello, > > Could someone help me for resolving a strange gambas behaviour ? > > When I run my project, I get an error saying me that I gave an incorrect > type : but the stack trace is empty (Fmain.fmain.0) and I it does not show > me where I did the

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread laurent bernabe
I solved my problem ! First I am using the latest development version of Gambas instead of the version available on nemh repository. This way I could have an idea of where I did my error. I must not write private brouillon[6,6] as new Integer but rather private brouillon as new Integer[6,6] R

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread laurent bernabe
Hello, Thank you for your answer. But I replaced gb.gui to gb.qt4 and it did not solve the problem. Regards 2013/1/10 Charlie Reinl > Am Donnerstag, den 10.01.2013, 12:02 +0100 schrieb laurent bernabe: > > Hello, > > > > Could someone help me for resolving a strange gambas behaviour ? > > > >

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread Charlie Reinl
Am Donnerstag, den 10.01.2013, 12:02 +0100 schrieb laurent bernabe: > Hello, > > Could someone help me for resolving a strange gambas behaviour ? > > When I run my project, I get an error saying me that I gave an incorrect > type : but the stack trace is empty (Fmain.fmain.0) and I it does not sh