Re: [Gambas-user] Type Mismatch error with max neg long int as constant

2010-12-22 Thread Jussi Lahtinen
Very similar problem... Public Const LowestInteger As Integer = -2147483648 Yields; Out of range Gambas 3 rev 3389 @ Ubuntu 10.10 Jussi 2010/11/27 Benoît Minisini gam...@users.sourceforge.net In Gambas2, I get a type mismatch error...but no error if ends in a 7 PUBLIC CONST

Re: [Gambas-user] Type Mismatch error with max neg long int as constant

2010-12-22 Thread Benoît Minisini
Very similar problem... Public Const LowestInteger As Integer = -2147483648 Yields; Out of range Gambas 3 rev 3389 @ Ubuntu 10.10 Jussi It should be fixed in revision #3393. Regards, -- Benoît Minisini --

Re: [Gambas-user] Type Mismatch error with max neg long int as constant

2010-11-27 Thread Benoît Minisini
In Gambas2, I get a type mismatch error...but no error if ends in a 7 PUBLIC CONST LOWESTLONG AS Long = -9223372036854775808 'from wiki: -9.223.372.036.854.775.808 -Fernando Mmm. Yes. Strange, as it works inside the interpreter, and I thought both compiler and interpreter had the

Re: [Gambas-user] Type Mismatch error with max neg long int as constant

2010-11-27 Thread Benoît Minisini
In Gambas2, I get a type mismatch error...but no error if ends in a 7 PUBLIC CONST LOWESTLONG AS Long = -9223372036854775808 'from wiki: -9.223.372.036.854.775.808 -Fernando Mmm. Yes. Strange, as it works inside the interpreter, and I thought both compiler and interpreter had

Re: [Gambas-user] Type Mismatch error with max neg long int as constant

2010-11-27 Thread Benoît Minisini
In Gambas2, I get a type mismatch error...but no error if ends in a 7 PUBLIC CONST LOWESTLONG AS Long = -9223372036854775808 'from wiki: -9.223.372.036.854.775.808 -Fernando Mmm. Yes. Strange, as it works inside the interpreter, and I thought both compiler and

[Gambas-user] Type Mismatch error with max neg long int as constant

2010-11-24 Thread nando
In Gambas2, I get a type mismatch error...but no error if ends in a 7 PUBLIC CONST LOWESTLONG AS Long = -9223372036854775808 'from wiki: -9.223.372.036.854.775.808 -Fernando -- Increase Visibility of Your 3D Game App