Bug or missing Feature in ChildProcess::ActiveProcess

Hello,

the  implementation for ActiveProcess in Window is for some programs/plugins not sufficient. In current

implementation the StdInput stream is missing.  See  https://msdn.microsoft.com/en-us/library/windows/desktop/ms682499%28v=vs.85%29.aspx.

I have trouble with a plugin wich requires stdInput and my host is started with the ChildProcess class.

elli

That class was never designed to support a custom input stream on any platform - it's not something we have time to do ourselves right now, but if you wanted to have a shot at an implementation we could take a look at it..

 I fixit afternoon and send the source code back.

elli

Thanks, but please don't send us a partial fix for win32 - it's something that would need to be fixed cleanly and generically for all platforms.