[Gambas-user] Release of gambas2 1.9.10
Benoit Minisini
gambas at ...1...
Fri Jun 24 16:47:48 CEST 2005
Hi,
Here is gambas2 1.9.10!
* The child process management was redesigned.
* hFile = OPEN ...
This syntax replaces the old OPEN ... AS #hFile
The old syntax will be removed in the future.
* INPUT FROM / OUTPUT TO
These new instructions redefine the default streams used by input and output
instructions. Use DEFAULT to specify the standard input/output.
* You can get the output of a process directly in a string.
DIM sOutput AS String
sOutput = SHELL "cat /etc/passwd"
* GTK+ and SDL components were updated.
* The clanlib compilation problem of 1.9.9 was normally fixed.
To Matthias Laur: please test this version! If all is fine with your video
program, I will backport the code to the stable version.
Enjoy it,
--
Benoit Minisini
mailto:gambas at ...1...
More information about the User
mailing list