2011/10/23 Victor bobbie@ua.fm:
But the functions from FF package are a little bit different than the functions from CFFI. They look like more similar to the UFFI but still are not the same.
Did anybody face a similar problem already? What is the best way to refactor the ACL wrappers to be portable across implementations?
I've never used SWIG myself, can you contact the maintainer of its CFFI-generator? Regarding porting your ACL bindings to CFFI, you can definitely do it function by function incrementaly if there aren't too many of them.
Cheers,