--dll buggy behaviour ?

Alexandre Julliard julliard at winehq.com
Sun Aug 25 15:06:31 CDT 2002


Raul Dias <chaos at swi.com.br> writes:

> However I have launched the instller with:
>   wine --dll comctl32,commctrl=b ie5setup.exe
> 
> In my config file however, I have the load order as
> "native, builtin" for both dlls.
> 
> Is it possible that the --dll command line argument is not 
> valid for subprocess/forks from the lauched process?

The -dll argument is passed to child processes. However the problem in
your case is that the dll is not loaded from the standard directory,
so it doesn't match the default loadorder. You should either specify
the full dll path explicitly, or use a wildcard entry like this:

"*comctl32" = "builtin"

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list