Cario.lib build - VS2019
I'm trying to get a usable build of the Cairo graphics library - the lib I found online seems to make After Effects angry and throws an error about not being able to find the main entry point. So to fix this I attempted to build it myself, but the build instructions and links from cairographics.com seem to be ancient and ultimately unhelpful to me, so I searched around and decided to try and build using the Visual Studio solution I found on a different thread here:
GitHub - DomAmato/Cairo-VS: Solution for compiling Cairo on Windows 32/64 bit
Unfortunately I am getting a slew of errors when I try to build it ("CL.exe exited...", and a bunch of type conversion warnings) ....since I'm pretty new to c++ and the whole idea of compiling and linking in general, it's got me pretty frustrated after a few hours of research. Using VS 2019 (as opposed to an earlier version) shouldn't affect this, right? I just wiped my computer and incidentally 'upgraded' from VS 2017. The biggest thing I notice is a lot of annoying green underlines in all my code that was fine back in 2017...
I just need the basic drawing function so I can play around with things to see if it's useful - not sure if it's as simple as sharing a build someone has sitting around..?
Thanks a bunch!
