<DIV>I get all the cairo depend project and the newest cairo project, and compiled them through "MultiThread" library version(not the dll version) and get three static librarys</DIV>
<DIV>&nbsp;</DIV>
<DIV>I found a problem, if I build the cairo as a static lib to use in my project, then the pixman will crash at: "pixman.c(657) : cache = PIXMAN_GET_THREAD_LOCAL (fast_path_cache)" when I do any thing of drawing.</DIV>
<DIV>&nbsp;</DIV>
<DIV>All the runtime library of projects(pixman,zlib,libpng,cairo and my project) is MultiThread-debug(not the mt dll), and I also defined CAIRO_WIN32_STATIC_BUILD when build the cairo.</DIV>