http://bugs.winehq.org/show_bug.cgi?id=32516
Bug #: 32516 Summary: MS SQL Server management studio 2005 wants unimplemented msvcr80.dll._stricmp_l Product: Wine Version: 1.5.20 Platform: x86 URL: http://www.microsoft.com/download/en/details.aspx?id=8 961 OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: djelinski1@gmail.com Classification: Unclassified
To reproduce: winetricks -q dotnet20 comctl32 win7 wine msiexec /i sqlmgr/SQLServer2005_SSMSEE.msi wine "C:/Program Files/Microsoft SQL Server/90/Tools/Binn/VSShell/Common7/IDE/ssmsee.exe" In the connection window, type anything into Server, select SQL server authentication, type anything into login and click connect. Application displays an exception dialog, and console log complains about the missing function.
The exception happens only with native comctl. SQL Server is not needed to reproduce this bug.