both of them~ i'm trying to embed Mono in my C++ program, and hope Mono can use my C++ class... i think it's a common case when embed a script in the host program, isn't it?
i don't like the behavour of SWIG and any others like it : produce a lots of glue-code offline. i just want to find some ways to make a C++ function callable from Mono, and "Create a C# class on the fly by using some Mono api in C", then make them together: create a c# class ,and bind its method to my existing c++ function. have i explained clearly? sorry for my pool english...
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
