c++ and remoting
In meiner Remote Klasse habe ich folgende Methode
public ref class FreezerSite : MarshalByRefObject
{
.......
public: int func (int*a, int*b)
......
}
From my vb.net client application i can't access this method because of
these two pointers.
So how should i declare a function with c++ so that i can retrieve to values
from one function over my remote class?
Thanks for your help
Andreas Wehner
Date:Fri, 17 Aug 2007 17:29:37 +0200
Author:
|