[Bug 4646] Cannot run binaries created with microsoft visual c++ 2005

Wine Bugs wine-bugs at winehq.org
Wed Mar 1 13:31:04 CST 2006


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





------- Additional Comments From arjan.mels at gmx.net  2006-01-03 13:31 -------
I found two workarounds/solutions:
1) If I disable the side-by-side assembly support completely in Wine, the
applications starts working! (Please see the attached kernel32.spec file.) The
MFC library tries to determine support for this function by using getprocaddress
on 4 functions (see lines 123-145 in attached file appcore.cpp which is part of
the MFC library).
2) Make the functions ActivateActCtx and DeactivateCtx return TRUE in stead of
false FALSE. (see attached actctx.x file). This is related to the
AfxActivateXtxWrapper function on line 245 in afxstate.cpp MFC source file.

Hopefully one of the 2 solutions can be incorporated without breaking any other
programs running on wine.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list