[Bug 33194] New: Multiple applications ported to WinRT/ARM using MSVCR110.dll require msvcrt.__C_specific_handler

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Mar 12 18:09:32 CDT 2013


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

             Bug #: 33194
           Summary: Multiple applications ported to WinRT/ARM using
                    MSVCR110.dll require msvcrt.__C_specific_handler
           Product: Wine
           Version: 1.5.25
          Platform: arm
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: msvcrt
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: focht at gmx.net
    Classification: Unclassified


Hello folks,

now we have the first version of builtin MSVCR110.dll some bugs :)
Miranda for ARM needs this.

--- snip ---
$ wine ./miranda32.exe 
err:module:find_forwarded_export function not found for forward
'msvcrt.__C_specific_handler' used by L"C:\\windows\\system32\\msvcr110.dll".
If you are using builtin L"msvcr110.dll", try using the native one instead.
--- snip ---

It's only implemented for x86 64-bit in ntdll:

http://source.winehq.org/git/wine.git/blob/14a81773c7ce865dd6d919ddee89cad301985ab2:/dlls/msvcrt/msvcrt.spec#l148

--- snip ---
 148 @ stdcall -arch=x86_64 __C_specific_handler(ptr long ptr ptr)
ntdll.__C_specific_handler
--- snip ---

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