Re: [Gambas-user] Really stupid question about making/running a gambas exe

2011-11-04 Thread Fabien Bodard
well it was a problem before the rev #4178.because the compiler add a sapce ine the exec name in the binary archive ... be sur you use a rev more recent ! http://gambas.svn.sourceforge.net/viewvc/gambas?view=revision&revision=4178 2011/11/4 richard terry : > On Friday 04 November 2011 21:28:2

Re: [Gambas-user] Really stupid question about making/running a gambas exe

2011-11-04 Thread richard terry
On Friday 04 November 2011 21:28:25 Caveat wrote: > Just copy it to your Desktop folder...(works for Ubuntu with Gnome) > dosn't work for me, maybe some file association problem, only ./executable-name works. Richard > Caveat > > On Fri, 2011-11-04 at 20:59 +1100, richard terry wrote: > > Hi L

Re: [Gambas-user] Really stupid question about making/running a gambas exe

2011-11-04 Thread Johny Provoost
Op 04-11-11 10:59, richard terry schreef: > Hi List > > Have run for long time just in the gambas ide, so wanted to just excute the > executable for the project. > > made the executable > > to run it I seem to have to type ./executable-name > > If I just drag/n drop to my task bar, it's opened like

Re: [Gambas-user] Really stupid question about making/running a gambas exe

2011-11-04 Thread Caveat
Just copy it to your Desktop folder...(works for Ubuntu with Gnome) Caveat On Fri, 2011-11-04 at 20:59 +1100, richard terry wrote: > Hi List > > Have run for long time just in the gambas ide, so wanted to just excute the > executable for the project. > > made the executable > > to run it I s

[Gambas-user] Really stupid question about making/running a gambas exe

2011-11-04 Thread richard terry
Hi List Have run for long time just in the gambas ide, so wanted to just excute the executable for the project. made the executable to run it I seem to have to type ./executable-name If I just drag/n drop to my task bar, it's opened like a text file. ?any advice to be able to just click on i