redirecting stdout with WineLib

Alexandre Julliard julliard at winehq.org
Thu Mar 25 13:32:32 CST 2004


Ferenc Wagner <wferi at afavant.elte.hu> writes:

> Unfortunately this is exactly what the ok() and trace()
> macros do in the tests.  In the light of this I'm surprised
> that the cross compiled binaries work under Wine.  Is there
> a fundamental reason that it can't work under WineLib, or is
> it a simple lack of code?  If the latter, what is missing?

Cross-compiled binaries use msvcrt so they don't have that
problem. What's missing is to allow reading/writing to a Windows
console through a Unix fd; it's not exactly trivial to do.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list