Hi, >As has been said other places: Requiring a wrapper indicates a general >issue with the API...
No. We do need two interfaces: * A stringly typed one for C and for remoting * An object-oriented one for Java (to avoid serialization) And so we have two interfaces. Regards, Thomas
