"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > Now, the linking things is still a bit of mistery to me. Let's see: > -- libwine is linked with all DLLs using the host's native dynlinking tool > -- when a program is loaded, _wine_ loads the required DLLs which > in turns gets linked by the OS to libwine.
Yes, exactly. Dlls are linked against libwine the same way they are linked against the C library, using the standard ELF linking. -- Alexandre Julliard [EMAIL PROTECTED]