C++/CLI equivalent of COM 'out-of-process' server
Caused by my problem here the following question occured to me:
Is it possible to produce a C++/CLI (or more general .NET) assembly without using COM wrappers as an assembly running out-of-process and able to cross bitness boundaries between 'host' and 'client' in a similar way COM+开发者_如何学JAVA/DCOM can do?
What you're looking for is probably .NET Framework Remoting.
精彩评论