Loading resources from wine dlls

Alexandre Julliard julliard at winehq.org
Thu Aug 25 03:03:36 CDT 2005


Robert Shearman <rob at codeweavers.com> writes:

> Anything that uses SearchPath is similarly broken when needing to find a 
> builtin dll or exe. We should add a hack^H^H^H^Hextension to that 
> function to make it be able to find installed .so files with a similar name.

That won't really help, because even if CreateFile succeeds we can't
retrieve the resources from the ELF file. PrivateExtractIcons should
probably try to do a LoadLibrary if the file doesn't exist.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list