Need advice with Subprocess+Communicate

Hello

I need advice with Subprocess+Communicate.
Original question is here:

I am new to Vala and C++

Hi,

The GIO library has a nice API for launching subprocesses and communicating with them.

See https://gtk.org/ for the general documentation, and GSubprocess more specifically, which is directly usable from Vala.

Hello
I know about it and tried, but no matter what I did I got error that communicate can not connect to subprocess. I do not even understand how to combine FLAGS stdout + STDIN. C++ suggest its type is INT, so 1 | 4 doesn’t work there.

Do you have working simple example.

So far I managed to implement FORK() with 2 pipes. But I would like to try SUBPROCESS+COMMUNICATE

Thank you in advance

GSubprocess and GIO are already well documented. I cannot really help you further.

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.