[Pharo-project] NativeBoost and C++ libraries
Dec. 9, 2011
10:10 a.m.
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++). Cheers, -- Pavel
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.
5348
Age (days ago)
5348
Last active (days ago)
1 comments
2 participants
participants (2)
-
Igor Stasenko -
Pavel Krivanek