http://bugs.winehq.org/show_bug.cgi?id=28370 --- Comment #7 from Detlef Riekenberg <wine.dev(a)web.de> 2011-12-29 17:46:03 CST --- Created attachment 38169 --> http://bugs.winehq.org/attachment.cgi?id=38169 Every app from http://www.giveawayoftheday.com is also affected Every day, a different app is downloadable and must be installed and registered within the 24h timeframe to get the full version for free. The original application installer is wrapped in a "Setup.exe" by giveawayoftheday.com, which need mfc42 and crash on an unimplemented function: msvcp60.dll.?_Tidy@?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@AAEX_N(a)Z Result from mscodescan.pl is attached msvcp90.dll has an implementation, but for msvcp60 it's a stub and msvcp60.spec has the comment: # don't forward to msvcp90 Using a native msvcp60.dll let the wrapper do the work and run the installer from the application. -- By by ... Detlef -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.