Hi everyone,

I've been learning how to interoperate with libraries in diferent languages
through PInvoke. I have already gone from the basics and direct uses to
quite more complex with the help of SWIG[1]... so far, so good.

My current problem, which I'm running out of ideas :/ is about how to get a
call from the dinamic to the wrapped code.

Let's say I have a dynamic library (in C++ for instance) which implements a
Model-View-Controller pattern. In that library exists a method which
receives a pointer to an object as a parameter in order to notify later
changes.

Does anyone know a way to get that call to the C# code


Thanks in advance,

Alfredo.


[1] http://www.swig.org/
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to