LoadLibrary problem

Alexandre Julliard julliard at winehq.org
Fri Jul 11 18:47:36 CDT 2003


"Dimitrie O. Paun" <dimi at intelliware.ca> writes:

> I'm back from my vacation! :)

Welcome back!

> The wrapper simply does a LoadLibrary for this DLL, and this
> LoadLibrary call fails. Here is the relevant part of a
> 	--debugmsg +module,+server
>
> Any ideas?

LoadLibrary doesn't support loading a .so directly at this point. You
need to pass it the .dll name and make sure the corresponding .so can
be found somewhere in WINEDLLPATH. Or you need to add .so support to
LoadLibrary...

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list