[Gambas-user] 2625 build Can't load class 'Main' error

2010-01-22 Thread richard terry
Cannot load class 'Main': Unable to load class file Desktop.Path_Read.352 Any ideas? I've downgraded each version until I reached which works ok. Any help appreciated. richard -- Throughout its 18-year history, RSA Con

[Gambas-user] svn 2624 and 2625

2010-01-22 Thread Werner
It seems to build allright but when I try to run Gambas... we...@bandit:/usr/local/bin> gambas3 gbx3: no project file in /usr/local/bin/gambas3. when I try to run the db manager the first window comes up but then... we...@bandit:/usr/local/bin> ./gambas-database-manager.gambas FMain.Form_Open.78

Re: [Gambas-user] array size limitations relative to available RAM and swap space

2010-01-22 Thread kevinfishburne
Doriano Blengino wrote: > > Probably there is some bug here, but anyway I would use some other mean > to achieve the goal. > ... > If you really have 65536*65536 cells, all alive together, you could use > a binary file on disk. Disk caching will speed up things, perhaps better > than fake ram

Re: [Gambas-user] error when run gambas3 (rev 2623)

2010-01-22 Thread kobolds
thanks . problem fixed Benoît Minisini wrote: > >> thanks but another error show up when I open the project >> here I post the snapshot >> http://old.nabble.com/file/p27267531/snapshot2.png snapshot2.png >> > > Is it better with revison #2625? > > -- > Benoît Minisini > > -

Re: [Gambas-user] Using an existing component to create a new version

2010-01-22 Thread Rolf-Werner Eilert
Am 22.01.2010 15:05, schrieb Charlie Reinl: > Am Freitag, den 22.01.2010, 09:54 +0100 schrieb Rolf-Werner Eilert: >> Am 21.01.2010 23:01, schrieb Charlie Reinl: >>> Am Donnerstag, den 21.01.2010, 18:19 +0100 schrieb Rolf-Werner Eilert: The balloon component was easy to change and make install.

Re: [Gambas-user] Using an existing component to create a new version

2010-01-22 Thread Charlie Reinl
Am Freitag, den 22.01.2010, 09:54 +0100 schrieb Rolf-Werner Eilert: > Am 21.01.2010 23:01, schrieb Charlie Reinl: > > Am Donnerstag, den 21.01.2010, 18:19 +0100 schrieb Rolf-Werner Eilert: > >> The balloon component was easy to change and make install. But when I > >> update to another version of G

Re: [Gambas-user] error when run gambas3 (rev 2623)

2010-01-22 Thread Benoît Minisini
> thanks but another error show up when I open the project > here I post the snapshot > http://old.nabble.com/file/p27267531/snapshot2.png snapshot2.png > Is it better with revison #2625? -- Benoît Minisini -- Througho

Re: [Gambas-user] array size limitations relative to available RAM and swap space

2010-01-22 Thread Doriano Blengino
kevinfishburne ha scritto: > Using GAMBAS 2.19 I tried creating an array: > > PUBLIC Elevation AS Short[65536, 65536] > > With no data assigned to any of the array's elements, reading Elevation[0,0] > shows a value of 24. I'm thinking it should be zero. Reading > Elevation[4095,0] crashes the progr

Re: [Gambas-user] Using an existing component to create a new version

2010-01-22 Thread Rolf-Werner Eilert
Am 21.01.2010 23:01, schrieb Charlie Reinl: > Am Donnerstag, den 21.01.2010, 18:19 +0100 schrieb Rolf-Werner Eilert: >> The balloon component was easy to change and make install. But when I >> update to another version of Gambas, I will have to make the changes again. >> >> So I thought it might be