[Bug 10941] Wine does not print in a new allocated console window using AllocConsole()

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jun 7 02:21:21 CDT 2008


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


Eric Pouech <eric.pouech at orange.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric.pouech at orange.fr




--- Comment #11 from Eric Pouech <eric.pouech at orange.fr>  2008-06-07 02:21:21 ---
I fear that in window, the default handles *values* for the console (loaded and
stored with GetStdHandles and friend) are the same for the two consoles, hence
letting msvcrt handling it transparently
could someone verify this in windows
if the assumption is correct, the next question is: is it by chance or by
design?
in response to #3, it sounds logical if msvcrt invalidates the cout stream as
the underlying handle is no longer valid (as the call to FreeConsole() has
closed it)
A+


-- 
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