create_pipe() not working ?
30 Aug
2016
30 Aug
'16
8:59 p.m.
Is this example outdated ? How come I can't create a boost pipe ?
https://us-mg0.mail.yahoo.com/neo/launch?.rand=3f0ef0mo8jiih#1996284311
boost::process::pipe p = create_pipe();
file_descriptor_sink sink(p.sink, close_handle);
execute(
run_exe("test.exe"),
bind_stdout(sink)
);
file_descriptor_source source(p.source, close_handle);
stream
3011
Age (days ago)
3011
Last active (days ago)
0 comments
1 participants
participants (1)
-
Shubha Ramani