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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to