http://bugs.winehq.org/show_bug.cgi?id=4646
------- Additional Comments From arjan.mels@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.