You could also try SWIG - It allows two-way communication between C# and
C++, and generates all the low-level P/Invoke interop code for you. You
just expose a C++ class and do some config, and it generates a wrapper C#
class for it. It works with Mono. I've used it for two-way Java to C++
interop in the past and it's worked very well.

http://www.swig.org/


On Sun, Nov 4, 2012 at 8:42 PM, obiwanjacobi <[email protected]>wrote:

> CXXI looks very promising. I have no clue how that works
>
> Thanx for the responses.
>
>
>
> --
> View this message in context:
> http://mono.1490590.n4.nabble.com/C-interop-with-Mono-tp4657239p4657247.html
> Sent from the Mono - General mailing list archive at Nabble.com.
> _______________________________________________
> Mono-list maillist  -  [email protected]
> http://lists.ximian.com/mailman/listinfo/mono-list
>
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to