https://bugs.winehq.org/show_bug.cgi?id=38817 --- Comment #8 from Daniel Palos <daniel.palos(a)mail.com> --- additional info: msvcrt.lib (msvcr120.dll) Multithreaded, dynamic link (import library for MSVCR120.DLL). Be aware that if you use the Standard C++ Library, your program will need MSVCP120.DLL to run. msvcrtd.lib (msvcr120d.dll) Multithreaded, dynamic link (import library for MSVCR120D.DLL) (debug). msvcmrt.lib (None, static link) C Runtime static library. Used for mixed managed/native code. The single-threaded CRT (libc.lib, libcd.lib) (formerly the /ML or /MLd options) is no longer available. Instead, use the multithreaded CRT. See Multithreaded Libraries Performance. Source: https://msdn.microsoft.com/en-us/library/abx4dbyh.aspx -- 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.