[cairo] Re: Linking to Cairo 1.0.2 statically (Win32)
Bill Spitzak
spitzak at d2.com
Thu Oct 13 20:01:47 PDT 2005
Vladimir Vukicevic wrote:
> There are no C++ static constructors in cairo; there is win32 mutex
> initialization that needs to happen once per application, however.
> It's being done in DllMain now, which isn't used in the case of a
> static build.
So this code should be moved to a place that *is* being used by a static
link. Since it is possible for c++ code there must be such a place, right?
More information about the cairo
mailing list