wine dll loader

Vyacheslav Napadovsky napadovskiy at gmail.com
Tue Mar 8 10:13:29 CST 2016


Looks like, there's no point in using Windows native msvc?120.dll with
Wine. These libs behave unexpectedly. Moreover, Concurrency
functionality not fully implemented in Wine msvcp120.dll version.

I solved my problem with recompilation with MinGW. Moreover, I lost
much time because of __MINGW_USE_VC2005_COMPAT does not defined by
default in MinGW (this causes MinGW_sizeof(time_t) !=
MSVC_sizeof(time_t) (4 != 8).

-- 
Vyacheslav Napadovsky



More information about the wine-devel mailing list