http://bugs.winehq.org/show_bug.cgi?id=33195
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|WinRT/ARM port of Miranda |Multiple applications |IM needs |ported to WinRT/ARM require |msvcr110.dll.__crtGetShowWi |msvcr110.dll.__crtGetShowWi |ndowMode |ndowMode (MirandaIM, | |FinalBurn, ...)
--- Comment #1 from Anastasius Focht focht@gmx.net 2013-03-16 09:02:32 CDT --- Hello folks,
this also needed by other apps:
--- snip --- $ wine ./fba_arm.exe wine: Call from 0x403ba9c8 to unimplemented function msvcr110.dll.__crtGetShowWindowMode, aborting wine: Unimplemented function msvcr110.dll.__crtGetShowWindowMode called at address 0x403ba9c8 (thread 0009), starting debugger... --- snip ---
Refining summary.
It seems a simple stub "int CDECL __crtGetShowWindowMode(void)" returning zero is enough to keep the apps happy.
$ wine --version wine-1.5.26-19-g6ed2d9b
Regards