<div dir="ltr">Dear list,<div><br></div><div>I'm trying to incorporate Cairo rendering into a cross-platform project. Windows XP is a target platform for the project, so I am building against the GTK+ 2.24.10 Bundle (20120208). N.B. This is a C/C++ implementation.</div><div><br></div><div>The problem I'm having is that no Cairo backend contexts are rendering pixels to their surfaces.<br></div><div><br></div><div>I've tried the examples on the Zetcode guides for a PNG image surface and GTK Window: <a href="http://zetcode.com/gfx/cairo/cairobackends/">http://zetcode.com/gfx/cairo/cairobackends/</a> I've also tried substituting in a rectangle fill for the text rendering, in case fonts were causing a complication:<br></div><br><div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div>...</div><div><div>cairo_set_source_rgba(cr, 0, 0, 0, 1);</div><div>cairo_rectangle(cr, 175, 20, 50, 50);</div><div>cairo_fill(cr);</div></div><div>...</div></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><br></div></blockquote>This guide was used to create the Visual Studio project (VS 2015, run in a Windows 7 environment): <a href="http://stackoverflow.com/questions/15906580/how-to-configure-gtk-on-visual-studio-2010">http://stackoverflow.com/questions/15906580/how-to-configure-gtk-on-visual-studio-2010</a><br></div><div><br></div><div>Any guidance would be greatly appreciated, as I am unsure where to start debugging this behaviour.</div><div><br></div><div>Jeff.</div></div>