Ulrich Weigand <[EMAIL PROTECTED]> writes:
> David Elliot wrote:
>
> > err:module:BUILTIN32_WarnSecondInstance Attempt to instantiate built-in dll
> > 'shell32.dll' twice in the same address space. Expect trouble!
>
> Eh? This shouldn't happen any more, now that address space separation
> has been implemented ...
It can no longer happen that a dll gets instantiated twice, no. But
the message still gets triggered when we FreeLibrary() a builtin dll
and then load it again, since unload is not implemented properly.
Working on it...
--
Alexandre Julliard
[EMAIL PROTECTED]