[Bug 18924] OutputDebugString does not do what it's supposed to do

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jun 13 08:46:39 CDT 2009


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


Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net




--- Comment #4 from Anastasius Focht <focht at gmx.net>  2009-06-13 08:46:38 ---
Hello,

the reporter probably requests OutputDebugString() to be working as Windows
does.

There are many articles how the data is passed between application and
debuggers/monitors (using 4K shared memory and sync objects).

http://www.codeproject.com/KB/winsdk/OutputDebugString.aspx

Currently OutputDebugString() passes data straight to Wineserver not respecting
any debug message monitor that might have created DBWIN_* objects.

Regards

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