Re: [Gambas-user] How to make Class file to Library for use in other Gambas applications

2012-02-24 Thread Willy Raets
> I installed the component and use it in one of my Gambas 2 projects now. > When testing in IDE all works great. > Next I make an installation package of the application. > > When installing it on my system it complains that a dependency is > missing (my own component which is installed on my sys

Re: [Gambas-user] How to make Class file to Library for use in other Gambas applications

2012-02-24 Thread Willy Raets
> Gambas puts gambas2 there by itself when making the package. > Reading the documentation gave me the idea I had to name it manually > some where (instead of it being done automatic) > > Problem solved, component distributable. > Thanks for reading...:-) I installed the component and use it in

Re: [Gambas-user] How to compile the Gambas3 runtime

2012-02-24 Thread M. Cs.
Add this to your sources: deb http://ppa.launchpad.net/nemh/gambas3/ubuntu oneiric main It is Kendek's repository and works fully. Csaba 2012/2/24, Matteo Pasotti : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Il 24/02/2012 14:44, Peter Scholtz - Isenzo ha scritto: >> Hi all, >> >> I'm

Re: [Gambas-user] How to compile the Gambas3 runtime

2012-02-24 Thread Matteo Pasotti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 24/02/2012 14:44, Peter Scholtz - Isenzo ha scritto: > Hi all, > > I'm new to Linux and Gambas. > > I've written an application and managed to distribute it to a newly > installed Ubuntu 11.04 using the runtime available here: > https://launchpad.

[Gambas-user] How to compile the Gambas3 runtime

2012-02-24 Thread Peter Scholtz - Isenzo
Hi all, I'm new to Linux and Gambas. I've written an application and managed to distribute it to a newly installed Ubuntu 11.04 using the runtime available here: https://launchpad.net/~ihaywood3/+archive/gambas3 These are not the latest runtime, 2.99 vs 3 and there is none for the latest Ubuntu

Re: [Gambas-user] I need your help, please!

2012-02-24 Thread Benoît Minisini
Le 24/02/2012 09:51, M. Cs. a écrit : > It is about 3MB and I use to read it with > While not Eof() > Line Input > Wend > > My biggest problem is, that, regardless to the approach, (using a > module for a task, or using a class instance for the same task) I > cannot regain the idling memory: >

Re: [Gambas-user] I need your help, please!

2012-02-24 Thread M. Cs.
It is about 3MB and I use to read it with While not Eof() Line Input Wend My biggest problem is, that, regardless to the approach, (using a module for a task, or using a class instance for the same task) I cannot regain the idling memory: I've red in the file, and I have been placing the data