DLL loading

Alexandre Julliard julliard at winehq.org
Fri Aug 26 07:39:03 CDT 2005


Bojan "ÿffff8aernek" <sinergitized at yahoo.com> writes:

> I'd like to load a DLL from a memory buffer. The
> regular Win32 API function to load DLLs, however,
> takes a path name. So, I'm looking for resources about
> this kind of thing, but it has to work both under
> win32 and unix+wine. There used to be a web page about
> just this thing, but I lost the link. 
>
> Any ideas?

The easiest is to dump the memory buffer to a temp file and load
that...

-- 
Alexandre Julliard
julliard at winehq.org




More information about the wine-devel mailing list