Dec. 9, 2011
2:10 p.m.
On 9 December 2011 11:10, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
Hi Igor,
do you have some experiences with NativeBoost bindings to C++ libraries (with classes)? I have seen that Ruby has some interface generators for that purpose (Rice, rb++).
No. In C++ things are different (mangled function names, thiscall calling convertion etc). I think it is possible to make FFI to C++ libs, by studying the C++ ABI :) -- Best regards, Igor Stasenko.