[Gambas-user] Blocking read from a Process you had to write to

Cedron Dawg cedron at exede.net
Tue Mar 19 15:58:04 CET 2019


Turns out this is a stderr vs stdout issue.

I can solve it by putting this in "m":

make 2> make.out

Then reading "make.out"

Kludgy, but it works.


----- Original Message -----
From: "Cedron Dawg" <cedron at exede.net>

I got what I considered strange behavior.  What I want is for theResult to hold all the error messages, so I can test the return value and stop execution.



More information about the User mailing list