Help with WINE and POSIX threading

Troy Rollo wine at troy.rollo.name
Thu Oct 27 19:02:21 CDT 2005


On Thu, 27 Oct 2005 22:19, Marcus Meissner wrote:
> dlopen() is possible from within a WINE context.

I don't believe this is true. LoadLibrary does a bunch of stuff dlopen won't - 
resolving imports, such as loading dependent DLLs and calling DLLEntry. While 
you can call dlopen, you must also call LoadLibrary either before or 
immediately after to make sure all this stuff is sorted out.



More information about the wine-devel mailing list