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
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
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
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
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
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
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
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
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
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 ?
> >
> >
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
11 matches
Mail list logo