Nice work! What you've done is very interesting, so I'll be following your progress closely.
ioFlow: do you need to get the cairo DLLs and put them into your binaries folder? From http://cairographics.org/download/:
Those files don't seem to be in the repo after a cursory glance, so you'll probably have to get them yourself. As mentioned above you also want to grab everything GTK+ and throw it in there with it.
ioFlow: do you need to get the cairo DLLs and put them into your binaries folder? From http://cairographics.org/download/:
You probably want at least the zlib, cairo, and libpng run-time archives (you can search on those strings to find them in the page). That should be it. Just pop libcairo-2.dll, libpng13.dll and zlib1.dll into your working directory or system PATH, and away you go!
Comment