Eric Pouech <[EMAIL PROTECTED]> writes:

> - implicit loading of the other DLL in the pair (but import is not supported
> for 16 bit DLLs)
> - smart use of 'owner' field in BUILTIN16 descriptor (so far it's not used, but
> I assume that Alexandre will shortly use it for his elfdll implementation)

Yes, the idea is to use it to load the 32-bit dll that contains the
16-bit one, since only 32-bit dlls will be able to import functions
from other dlls. Once this is done it should be possible to do all dll
initialisation in the 32-bit dll which will (hopefully) ensure they
are always done in the right order.

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to