[Mono-list] Some news about a CORBA ORB implementation for.Net
framework
Miguel de Icaza
miguel@ximian.com
26 Sep 2002 12:29:14 -0400
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