redirecting stdout with WineLib

Ferenc Wagner wferi at afavant.elte.hu
Thu Mar 25 09:07:43 CST 2004


Hello,

Hacking away on winetest I encountered the following
problem: under Windows and Wine (running cross compiled
binaries) it's possible to redirect the stdout of a child
process with CreateProcess using STARTF_USESTDHANDLES.
However, if I CreateProcess an .exe.so from the WineLib
version, the redirection is ignored.  The create_process
function in process.c acts on this option in both cases, but
I didn't investigate further.  Does anybody have an idea why
this happens?
-- 
Feri.



More information about the wine-devel mailing list