remoting in C++

i would like to know if there is an option to connect between C# and C++ objects using the remoting technology. is there any infrastracture in the C++ side for this?

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!

[385 byte] By [Kfironit] at [2008-3-3]
# 1

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.

douglasp at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Remoting and Runtime Serialization...
# 2
Thanks!Smile
Kfironit at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Remoting and Runtime Serialization...

.NET Development

Site Classified