http://bugs.winehq.org/show_bug.cgi?id=26671
Summary: Sims Medieval wants msvcp100:?max@?$numeric_limits@I@std@@SAIXZ Product: Wine Version: 1.3.17 Platform: x86 OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: msvcp AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Now that bug 24134 is fixed, I tried with builtin msvcp. Surprisingly, Sims Medieval may only need one more function from msvcp: ./TSM.exe imports following stub symbols: msvcp100:?max@?$numeric_limits@I@std@@SAIXZ
though one of its dlls brings in a few more: ./TSLHost.dll imports following stub symbols: msvcp100:??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z
msvcp100:??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z msvcp100:?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ msvcp100:?endl@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@1@AAV21@@Z msvcp100:?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ msvcp100:?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEXH_N@Z msvcp100:?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHD@Z msvcp100:?uncaught_exception@std@@YA_NXZ
it may wants an msvcr80 function: ./TSM.exe imports following stub symbols: msvcr100:_wctime64_s
but at least starts up with builtin msvcr80, so that may not be needed, or only needed later in game.