remoting in C++
i am using visual studio 2005 beta2.
what are the other options?
i thought about:
1. wrap the C++ code with C# only for the remoting.
2. use C# as com objects.
both has many disadvantages.
Thanks!
i am using visual studio 2005 beta2.
what are the other options?
i thought about:
1. wrap the C++ code with C# only for the remoting.
2. use C# as com objects.
both has many disadvantages.
Thanks!
We don't have unmanaged libraries for .Net Remoting.
You could use both of the two options you outline.
In addition, you could use managed C++ as well.
If you can do it, this is the option that I would recommend.