[Bug 13091] Input error compiling c++ sources with mingw

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Nov 13 04:55:52 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=13091


Chris <chris.kcat at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris.kcat at gmail.com




--- Comment #12 from Chris <chris.kcat at gmail.com>  2008-11-13 04:55:51 ---
This sounds suspiciously like a problem I encountered with conio functions. The
problem was when it's run from a host shell with wine (even 'wine cmd' where
you get a win32 prompt in a host shell), then wine would treat stdin as a file
pipe and behave differently than it would with normal stdin (usually by not
blocking and not reading input even when given it). However if it's run from a
"proper" win32 console (eg. 'wine start cmd' as opposed to 'wine cmd'), it
would work as expected.

IIRC, AJ said this was fixable, but not trivial to do.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list