Compile managed C++ code for .NET remoting...

  • Thread starter Thread starter Yi Chen
  • Start date Start date
Y

Yi Chen

Hi,

I am using Visual Studio 2003 .NET. I was wondering how can I compile
and link managed C++ code for .NET remoting? I have found several
tutorials regarding how to compile .net remoting code in the command
line for C# and VB, but I cannot find any info about how to compile
for managed C++.

Thanks,
Yi
Email: yichen (at) gmail (dot) com
 
Yi,
I am using Visual Studio 2003 .NET. I was wondering how can I compile
and link managed C++ code for .NET remoting? I have found several
tutorials regarding how to compile .net remoting code in the command
line for C# and VB, but I cannot find any info about how to compile
for managed C++.

There's no trick in it. You don't "compile" code for .NET Remoting, you just
write the code and configure it as appropriate.

I have a simple .NET Remoting example in MC++ at
http://www.winterdom.com/dev/dotnet/MCppRemoting.zip
 
Back
Top