Hello, > Then you do: > > args[0] = &first_arg; > args[1] = &second_arg; > ORBit2_invoke_stub (obj, IMethod_data, &ret, args, NULL, ev); > > And it all just happens. [ you get the IMethod_data pointer from a type > library ]. Of course, this has to be compiled into stubs / skels on the > Mono side - sadly; but it's possible to do fully generically.
This is certainly simple, yes. What about the server side? Miguel _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
