http://bugs.winehq.org/show_bug.cgi?id=32766
Bug #: 32766 Summary: Multiple applications ported to WinRT/ARM require msvcr110.dll (Miranda IM) Product: Wine Version: 1.5.22 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,
some of the application ports to WinRT/ARM require "MSVCR110.dll"
--- snip --- $ wine ./miranda32.exe err:module:import_dll Library MSVCR110.dll (which is needed by L"Z:\home\linaro\wine-apps\miranda\zlib.dll") not found err:module:import_dll Library zlib.dll (which is needed by L"Z:\home\linaro\wine-apps\miranda\miranda32.exe") not found --- snip ---
There is a forum at xda-developers dedicated to porting/recompiling various open-source projects to WinRT, especially: http://forum.xda-developers.com/showthread.php?t=2092348
(Windows 8 Development and Hacking > Windows 8 Development and Hacking > Desktop apps ported to Windows RT)
Some ports already run nicely with workarounds from already known wine-arm bugs (notepad++) but others require WinRT libs (combase.dll etc.).
Regards