[cairo] Building 1.8.0 in VC2008
Augusto Radtke
radtke at radtke.com.br
Mon Sep 29 07:52:59 PDT 2008
> So i've created an empy console project from Visual studio 2008, created a main.cpp with first example in http://zetcode.com/tutorials/cairographicstutorial/cairobackends/, added cairo.lib and the additional include and lib paths. It compiles without errors but (after adding the cairo and CRT dlls) the program hangs immediately.
Seems you are mixing different library runtimes, take a look if you
have all the runtimes the same, look for the directives /MT and /MD.
These are on Code Generation options if I'm not wrong.
augusto
More information about the cairo
mailing list