remoting a C# .net app from MFC/C++, do I have to use COM?  
Author Message
Keith Vasilakes





PostPosted: .NET Remoting and Runtime Serialization, remoting a C# .net app from MFC/C++, do I have to use COM? Top

We have a legacy app that was written in VC6 and has been ported to Visual studio 2005, as an unmanaged C++ app.

We want to have it call a C# app which will then do some compute intensive encoding. It might be on the same machine or a different machine on the network.

We'd also like to recieve progress events.

I'd like to use ,net remoting, but from what I've read I probably have to use COM.

IS this true Or is there a better way

Thanks,

Keith




.NET Development31