[Wine] Re: C++ runtime error

vitamin wineforum-user at winehq.org
Sun Aug 8 09:36:14 CDT 2010


DraycosGoldaryn wrote:
> $stdout.reopen("CONOUT$")

Wine doesn't know how to deal with "CONOUT$" device. Don't use it. If you must print something, use OutputDebugString() and a program that captures it's output. It's more reliable then console.







More information about the wine-users mailing list