Wrapping the k8055 dll to an neko ndll

I loved the fact that I was able to communicate between flash and my Velleman k8055 board after I had created my c# wrapper app.
I’m using it to give a course on Haptic Interfaces at Communication and Multimedia Design.
But I’ve been having problems getting the .NET2 framework installed on some machines
(security settings, that I can’t change)

So…. I finally tried wrapping the dll into a Neko ndll to be used with neko and/or haxe.
Main problem:
I don’t know c or c++.
Solution:
2 liters of Coffee , 3 E-books, 4 krentenbollen (buns with raisins) , 5 websites and 6 hours of being really focused (which is very rare)

And now I have a 0.0.1 release (which is probably very buggy)
But hey, let’s share it

All the demo does right now is turn on 3 digital outputs and 1 analog output.
Proper demo coming soon.