[Bug 13891] start.exe http://someurl/ does not work (affects any app that invokes external browser, e.g. Google Sketchup)

wine-bugs at winehq.org wine-bugs at winehq.org
Thu May 13 13:14:26 CDT 2010


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





--- Comment #50 from Hans Leidekker <hans at meelstraat.net>  2010-05-13 13:14:25 ---
DdeInitialize determines the default codepage but the app can override it
via the iCodePage field of the CONVCONTEXT structure. Changing the call
to DdeInitializeA breaks other apps, see bug 13740 for example.

We need a way to retrieve the codepage from the conversation handle.
That and a patch like the one from comment #1 would fix this bug I believe.

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