Peter Ganten <[EMAIL PROTECTED]> writes:

> Personally, I would prefer solution #2, since it emulates windows
> behavior better. Maybe the handling of the DllOverrides section in
> .winerc and the --dll flag can be expanded to accept full pathnames
> too. e.g. --dll c:\\foo\\bar.dll=b ? 

Yes, I think something like this is the way to go (but only for 32-bit
builtins of course).

> Since we are using DIR_SearchPath in LoadLibraryEx32W16, there is one
> more problem: The function would fail, if we are not running with an
> existing windows installation, since kernel32.dll does not exists
> then. 

This can be fixed by making LoadLibraryEx32W16 call LoadLibrary even
if the DIR_SearchPath failed.

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to