Anssi Rönnqvist a écrit :
Hi,
I'm quite new to Neko/haXe but on a way to learn more :).
I tried to search archives about this question but found only old
threads. Has anyone been able to bind Cairo graphic angine to Neko? What
I would mainly be interested is the ability to open pdf's in swHx
projects. I'm familiar with web languages (PHP, Javascript,
Actionscript..) but not with C so is it possible to just compile Cairo's
dll source to ndll and then use it's api from Neko?
Not directly. You'll have to write a small wrapper in C to work with it.
You might be interested to have a look at xinf and neash which are two
libraries with haXe/Neko support that can render vector graphics.
http://xinf.org
http://code.google.com/p/neash/
Nicolas
--
Neko : One VM to run them all
(http://nekovm.org)