http://bugs.winehq.org/show_bug.cgi?id=24416
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #6 from Austin English austinenglish@gmail.com 2010-11-23 14:22:38 CST --- Builtin msvcr80 works fine now. Msvcp80 still isn't enough, fails on
wine: Call from 0x7b8370d3 to unimplemented function msvcp80.dll.?clear@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ, aborting
and according to mscodescan, may need about 95 more.
mscodescan says it may also need: ./aa3/Binaries/wxmsw28u_core_vc_custom.dll imports following stub symbols: msvcr80:_wassert
./aa3/Binaries/FxGraphLayout.dll imports following stub symbols: msvcr80:_fstat32
./aa3/Binaries/AA3Game.exe imports following stub symbols: msvcr80:wctob
./aa3/Binaries/wxmsw28u_net_vc_custom.dll imports following stub symbols: msvcr80:_wassert
./aa3/Binaries/wxmsw28u_vc_custom.dll imports following stub symbols: msvcr80:_swprintf msvcr80:_wassert
but the game runs fine, so those may only be needed in case of failure/for certain features.