[Gambas-user] Gambas 2.15.2_2 has just been released.on PBIdir for PC-BSD

2011-03-22 Thread Nicolas Koch
Gambas 2.15.2 is a little old, but at least users no longer have to build 2.15 from freshports on PC-BSD. Enjoy! http://www.pbidir.com/bt/pbi/6/gambas -- -Nick -- Enable your software for Intel(R) Active Management Tech

Re: [Gambas-user] Crash (sgn 11) with console

2011-03-22 Thread Mauricio Baeza
El mar, 22-03-2011 a las 21:35 +0200, Jussi Lahtinen escribió: > Way to reproduce the problem. > > 1. Open any project to IDE. > 2. Click on console. > 3. Type in "? ." > 4. Click on editor. > > Gambas 3 rev 3657 @ Ubuntu 10.10 64bit > > Jussi Also in ArchLinx x64 --

[Gambas-user] Crash (sgn 11) with console

2011-03-22 Thread Jussi Lahtinen
Way to reproduce the problem. 1. Open any project to IDE. 2. Click on console. 3. Type in "? ." 4. Click on editor. Gambas 3 rev 3657 @ Ubuntu 10.10 64bit Jussi -- Enable your software for Intel(R) Active Management Tech

Re: [Gambas-user] help with EXEC usage

2011-03-22 Thread Jussi Lahtinen
I think you need to use shell if you need pipes. http://gambasdoc.org/help/doc/shellexec Jussi On Tue, Mar 22, 2011 at 11:07, Bill-Lancaster wrote: > > This works OK in terminal:- > > get_iplayer --stream 12735 | mplayer -cache 3072 - > > But I can't get it to run in EXEC, e.g > > $hPro

Re: [Gambas-user] ftpclient problems

2011-03-22 Thread tobias
hello, > I don't understand your english sentence in the point #2. > yes, i don't understand the german original either, i just translated the words :) i will ask for that sentence and the project. regards. -- Enable

[Gambas-user] help with EXEC usage

2011-03-22 Thread Bill-Lancaster
This works OK in terminal:- get_iplayer --stream 12735 | mplayer -cache 3072 - But I can't get it to run in EXEC, e.g $hProcess = EXEC ["get_iplayer", "--stream", "12735", "|", "mplayer", "-cache", "3072 -"] and all kind of other permuations. Any help would be appreciated Bill Lan