Serge Ivanov wrote:

> Not necessary, you can use Import section of .def file (in windows world).
> And new 'import' entries in .spec file made me think that we have similar
> mechanism in Wine.

Not really (at least not yet :-/).  The 'import' statement in the .spec
file causes the referenced library to be *loaded*, i.e. you don't need
to do a LoadLibrary manually.  But imported functions are not resolved;
to do this we'd have to create a PE-style import table, and furthermore
create import stubs to be linked with the library.

(B.t.w. Bertho's dllglue tool does in fact contain code to do this,
but this hasn't been integrated into the Wine built process yet ...)

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  [EMAIL PROTECTED]

Reply via email to