Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using CXXI to wrap C++ libraries

Tags:

c++

c#

interop

My company is looking into CXXI for creating C# bindings to C++ libraries which will be used in Linux Mono. The main reason is the ease of use and simple looking bindings code. The main problem with CXXI is that its not finished, has no documentation, does not even compile in Ubuntu 12.04 and after making it compile, the tests and examples supplied don't even run.......

I know using Swig or creating the bindings manually is probably better than using CXXI at this point. I am just wondering if anyone has experience in using CXXI and can share their knowledge before I discard CXXI and move on.

like image 497
Lap Avatar asked Nov 14 '22 02:11

Lap


1 Answers

I've seen C# communicating with native libraries on several platforms(iOS,Android) through SWIG, IMHO I think that this is the easiest path

like image 199
Pascalau Razvan Avatar answered Dec 14 '22 23:12

Pascalau Razvan