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
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
--
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
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
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
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