http://bugs.winehq.org/show_bug.cgi?id=33197
Bug #: 33197 Summary: Multiple applications ported to WinRT/ARM using msvcr110.dll require some msvcrt math functions (Audacity) Product: Wine Version: 1.5.25 Platform: arm OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello folks,
as the summary says ...
Collecting a bunch here:
--- snip --- ... err:module:find_forwarded_export function not found for forward 'msvcrt.atan2f' used by L"C:\windows\system32\msvcr110.dll". If you are using builtin L"msvcr110.dll", try using the native one instead. err:module:find_forwarded_export function not found for forward 'msvcrt.fmodf' used by L"C:\windows\system32\msvcr110.dll". If you are using builtin L"msvcr110.dll", try using the native one instead. err:module:find_forwarded_export function not found for forward 'msvcrt.sinf' used by L"C:\windows\system32\msvcr110.dll". If you are using builtin L"msvcr110.dll", try using the native one instead. err:module:find_forwarded_export function not found for forward 'msvcrt.cosf' used by L"C:\windows\system32\msvcr110.dll". If you are using builtin L"msvcr110.dll", try using the native one instead. err:module:find_forwarded_export function not found for forward 'msvcrt.expf' used by L"C:\windows\system32\msvcr110.dll". If you are using builtin L"msvcr110.dll", try using the native one instead. err:module:find_forwarded_export function not found for forward 'msvcrt.log10f' used by L"C:\windows\system32\msvcr110.dll". If you are using builtin L"msvcr110.dll", try using the native one instead. err:module:find_forwarded_export function not found for forward 'msvcrt.powf' used by L"C:\windows\system32\msvcr110.dll". If you are using builtin L"msvcr110.dll", try using the native one instead. err:module:find_forwarded_export function not found for forward 'msvcrt.logf' used by L"C:\windows\system32\msvcr110.dll". If you are using builtin L"msvcr110.dll", try using the native one instead. err:module:find_forwarded_export function not found for forward 'msvcrt.floorf' used by L"C:\windows\system32\msvcr110.dll". If you are using builtin L"msvcr110.dll", try using the native one instead. ... --- snip ---
Currently implemented for x86 64-bit in msvcrt.
Regards