[Mono-list] C++ interop with Mono

Daniel Lo Nigro lists at dan.cx
Sun Nov 4 22:22:05 UTC 2012


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 <obiwanjacobi at hotmail.com>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  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20121105/0a3bb2bc/attachment-0001.html>


More information about the Mono-list mailing list