Hello guys,
I'm experincing a problem with anonymous pipes in Win98.
I have a child whose stdout I've redirected to a pipe by
sending to the CreateProcess as STARTUPINFO.hStdOutput the
write handler to that pipe .Everything runs well until
ReadFile comes into action ( it hangs when there is no
output comming from the child process ). I tried to solve
this problem by using PeekNamedPipe() method but this
always returns 0 bytes as the available bytes from the
pipe. On Windows2000 everything runs ok. So, anyone knows
an work around this problem ? If yes please cc me on the
(E-Mail Removed).
Thanks,
Octavp