Re: [Gambas-user] Executable files

2009-06-02 Thread Keith Clark
On Tue, 2009-06-02 at 11:50 +0200, Jesus Guardon wrote: > Doriano Blengino escribió: > > richard terry ha scritto: > >> On Tue, 2 Jun 2009 12:39:13 pm Keith Clark wrote: > >> > >>> I have made my first Executable file via the Project menu item and it > >>> created a file.gambas file. > >>> > >>>

Re: [Gambas-user] Executable files

2009-06-02 Thread Jesus Guardon
Benoît Minisini escribió: > > You must put the libraries inside their own directories, and run your project > by setting the the LD_LIBRARY_PATH environment variable before (use a shell > script for that), so that Linux takes your libraries and not the ones > eventually installed by a system Ga

Re: [Gambas-user] Executable files

2009-06-02 Thread Benoît Minisini
> Doriano Blengino escribió: > > richard terry ha scritto: > >> On Tue, 2 Jun 2009 12:39:13 pm Keith Clark wrote: > >>> I have made my first Executable file via the Project menu item and it > >>> created a file.gambas file. > >>> > >>> I sent that to another computer, but it won't execute. Do I ne

Re: [Gambas-user] Executable files

2009-06-02 Thread Jesus Guardon
Doriano Blengino escribió: > richard terry ha scritto: >> On Tue, 2 Jun 2009 12:39:13 pm Keith Clark wrote: >> >>> I have made my first Executable file via the Project menu item and it >>> created a file.gambas file. >>> >>> I sent that to another computer, but it won't execute. Do I need to >>

Re: [Gambas-user] Executable files

2009-06-01 Thread Doriano Blengino
richard terry ha scritto: > On Tue, 2 Jun 2009 12:39:13 pm Keith Clark wrote: > >> I have made my first Executable file via the Project menu item and it >> created a file.gambas file. >> >> I sent that to another computer, but it won't execute. Do I need to >> install gambas on every machine th

Re: [Gambas-user] Executable files

2009-06-01 Thread richard terry
On Tue, 2 Jun 2009 12:39:13 pm Keith Clark wrote: > I have made my first Executable file via the Project menu item and it > created a file.gambas file. > > I sent that to another computer, but it won't execute. Do I need to > install gambas on every machine that I want to run gambas created > exec

[Gambas-user] Executable files

2009-06-01 Thread Keith Clark
I have made my first Executable file via the Project menu item and it created a file.gambas file. I sent that to another computer, but it won't execute. Do I need to install gambas on every machine that I want to run gambas created executables on? Thanks, Keith --