Newbie question: WineLib DLLs

Steven Edwards winehacker at gmail.com
Sat May 5 15:46:15 CDT 2007


On 5/5/07, Christian Eggers <ceggers at 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.

-- 
Steven Edwards

"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo



More information about the wine-devel mailing list