Re: [Gambas-user] Arrays of Structs

2016-11-30 Thread Cam Era
On Wed, Nov 30, 2016 at 5:27 PM, wrote: > I use structs to write binary to a file in struct order. > Nice and easy. > Not so easy with a class. > > Your example is possible. I have done similar. > > The STRUCT only defines the structure...it doesn't create the memory > allocation. > Static Priva

Re: [Gambas-user] [Gambas Bug Tracker] Bug #1041: [JIT] Doing : Return [2/8] , I get "Type Mismatch ..."

2016-11-30 Thread Emil Lenngren
Seems like the implicit conversion from Float[] to Integer[] fails (2/8 performs float calculation)... 2016-11-30 23:42 GMT+01:00 : > http://gambaswiki.org/bugtracker/edit?object=BUG.1041&from=L21haW4- > > Zainudin AHMAD added an attachment: > > Bug-jit-ArrayInteger-0.0.1.tar.gz > > > > -

[Gambas-user] [Gambas Bug Tracker] Bug #1041: [JIT] Doing : Return [2/8] , I get "Type Mismatch ..."

2016-11-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1041&from=L21haW4- Zainudin AHMAD added an attachment: Bug-jit-ArrayInteger-0.0.1.tar.gz -- ___ Gambas-user mailing list Gamb

[Gambas-user] [Gambas Bug Tracker] Bug #1041: [JIT] Doing : Return [2/8] , I get "Type Mismatch ..."

2016-11-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1041&from=L21haW4- Zainudin AHMAD reported a new bug. Summary --- [JIT] Doing : Return [2/8] , I get "Type Mismatch ..." Type : Bug Priority : Medium Gambas version : 3.9.90 (TRUNK) Product : Development Environ

Re: [Gambas-user] Arrays of Structs

2016-11-30 Thread Rolf-Werner Eilert
Thought so :) Am 30.11.2016 16:03, schrieb Fabien Bodard: > no > > 2016-11-30 15:46 GMT+01:00 Rolf-Werner Eilert : >> Would this be possible? >> >> Static Private WorldMap[100, 100] As New MapObject >> >> >> or in a similar way... Just ask because I tend to use New in the first >> declaration line

Re: [Gambas-user] Arrays of Structs

2016-11-30 Thread Fabien Bodard
no 2016-11-30 15:46 GMT+01:00 Rolf-Werner Eilert : > Would this be possible? > > Static Private WorldMap[100, 100] As New MapObject > > > or in a similar way... Just ask because I tend to use New in the first > declaration line if possible. > > Regards > Rolf > > Am 30.11.2016 07:27, schrieb nand.

Re: [Gambas-user] Arrays of Structs

2016-11-30 Thread Rolf-Werner Eilert
Would this be possible? Static Private WorldMap[100, 100] As New MapObject or in a similar way... Just ask because I tend to use New in the first declaration line if possible. Regards Rolf Am 30.11.2016 07:27, schrieb nand...@nothingsimple.com: > I use structs to write binary to a file in str

[Gambas-user] [Gambas Bug Tracker] Bug #1036: Revision number not update

2016-11-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1036&from=L21haW4- Comment #3 by Benoît MINISINI: svn database modification was incorrectly detected. This has been fixed in revision #8005. Beware that it should not work for older version of subversion. Benoît MINISINI changed the state of the

[Gambas-user] [Gambas Bug Tracker] Bug #1039: URLLabel bug

2016-11-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1039&from=L21haW4- Benoît MINISINI changed the state of the bug to: Invalid. -- ___ Gambas-user mailing list Gambas-user@list

[Gambas-user] [Gambas Bug Tracker] Bug #1040: WITH Super is suppoerted by the IDE but not by the interpreter

2016-11-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1040&from=L21haW4- Comment #1 by Benoît MINISINI: As says the error message, you can't use Super alone. Benoît MINISINI changed the state of the bug to: Rejected. -- __

[Gambas-user] [Gambas Bug Tracker] Bug #1040: WITH Super is suppoerted by the IDE but not by the interpreter

2016-11-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1040&from=L21haW4- Fabien BODARD reported a new bug. Summary --- WITH Super is suppoerted by the IDE but not by the interpreter Type : Bug Priority : Medium Gambas version : 3.9.90 (TRUNK) Product : Language D