[Gambas-user] Catching ,messages in gb.db
Benoit Minisini
gambas at ...1...
Sat Sep 20 22:05:43 CEST 2008
On samedi 20 septembre 2008, David Villalobos Cambronero wrote:
> Ok, thanks, I use file, instead of stream... maybe that's why...
>
> Regards
>
>
> --
> David
>
>
ERROR TO and OUTPUT TO only redirects default stream for Gambas instruction.
You must run your project directly in a shell and use i/o redirection:
$ cd /path/to/my/project
$ gbx2 2> stderr.txt
Regards,
--
Benoit Minisini
More information about the User
mailing list