On 5/5/07, Christian Eggers ceggers@gmx.de wrote:
Problem: The dll is linked against an external (non-wine) shared lib. How can my dll be integrated in wine without forcing other users to get the external library in order to compile wine?
Look at how capi32 does delay loading of the native capi library or how mscms32 uses libcms. You can make it a soft dependancy so people can still still compile and use wine without your library.