Re: Win32 Redirect stdIn stdErr in same process

2004-03-11 Thread Christopher Faylor
On Thu, Mar 11, 2004 at 09:01:56AM +0100, Valerio Ferrucci wrote: >Hi, >I hope that someone on the list can help me about this or point me to >some docs or example. >My Win32 application calls an external library that writes to stdIn >and stdErr. I want to capture (redirect) these outputs (in ord

Win32 Redirect stdIn stdErr in same process

2004-03-11 Thread Valerio Ferrucci
Hi, I hope that someone on the list can help me about this or point me to some docs or example. My Win32 application calls an external library that writes to stdIn and stdErr. I want to capture (redirect) these outputs (in order to send them back to the user via http). Note that I can't spawn an