Help with WINE and POSIX threading

Vincent Béron vberon at mecano.gme.usherb.ca
Mon Oct 31 17:05:02 CST 2005


Le jeu 27/10/2005 à 20:02, Troy Rollo a écrit :
> 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.

Don't use dlopen() for Wine's dlls (or Windows native ones), use it for
Linux native .so.

Vincent




More information about the wine-devel mailing list