Alexandre Julliard wrote:

> This doesn't work because it creates a circular dependency:
> msvfw32.dll imports comdlg32.dll which imports comctl32.dll which
> imports msvfw32.dll... The correct fix is probably to remove the
> msvfw32 import from comctl32.

But this latter import is a delayed one, so it is in effect 
equivalent to a LoadLibrary() which is performed only when
necessary.  This should not be a problem ...

Apart from this, even regular circular import dependencies,
though ugly, should work.  (ISTR some circular dependencies
among Win95 system DLLs ...)

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  [EMAIL PROTECTED]

Reply via email to