search for: ms682499

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

Did you mean: ms682489
2009 Apr 30
0
CreateProcess and redirected stdout from Linux apps?
...and displayed in a text box in the GUI. When doing the same thing under Wine, it'll work if Wine executes Win32 executables but not if a shell script or other Linux app is executed. The code using CreateProcess is implemented much like this MSDN example: http://msdn.microsoft.com/en-us/library/ms682499.aspx Is it possible to capture stdout and stderr from Linux apps that are invoked via CreateProcess from Wine? If so, what can I do differently to make it work? If not I suppose a workaround will be to have the application detect that it's running under Wine and invoke XTerm or similar with th...