[Bug 38817] FXCM Trading Station II fails to start

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jun 27 09:54:53 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38817

--- Comment #8 from Daniel Palos <daniel.palos at 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.



More information about the wine-bugs mailing list