wine dll loader

Vyacheslav Napadovsky napadovskiy at gmail.com
Tue Mar 1 09:18:52 CST 2016


Hello.

I'm developing .dll plugin for thirdparty software. In Windows 8.0 all
works fine (my plugin loads and unloads correctly),
but in wine, I got
DLL_PROCESS_ATTACH, then 7 DLL_THREAD_ATTACH at plugin loading stage and
only 1 DLL_THREAD_DETACH at plugin unloading,
i.e my plugin remains active (because no DLL_PROCESS_DETACH came in).

Maybe that's because I spawn new thread (CreateThread) at
DLL_PROCESS_ATTACH.

Please, suggest ways to debug this issue.

Regards,
Vyacheslav Napadovsky
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20160301/d7161e26/attachment.html>


More information about the wine-devel mailing list