[cairo] Cairo win32 Static linking
WC Black
blackwc88 at gmail.com
Sat Feb 1 09:08:49 PST 2014
I'm having trouble linking to cairo-static.
I'm on windows compiling with VC. I compiled cairo myself using msys and VC.
I get many of these:
error LNK2019: unresolved external symbol __imp__cairo_create
error LNK2019: unresolved external symbol __imp__cairo_destroy
etc.
Now, I'm pretty certain I've linked to all the proper libraries in my
project: cairo-static, png, zlib and msimg32.lib all those linked in the
DLL in the makefiles for cairo DLL.
The cairo.lib shared library links fine.
More information about the cairo
mailing list