search for: nspipe

Displaying 1 result from an estimated 1 matches for "nspipe".

Did you mean: espipe
2008 Sep 18
2
Unbuffered stdout?
Hello, I'm running a DOS mode text program under Wine via a Mac OSX Objective-C/Cocoa program. I use NSTask to run Wine and capture stdin, stdout and stderr via NSPipes. I'm having an issue where output from the DOS mode text program doesn't get to the Objective-C/Cocoa program until after the program ends in Wine. I think this is happening because stdout is buffered. Is there a way to cause Wine to treat stdout and stderr as unbuffered? Thanks, -- D...