Page 1 of 1

.NET build

Posted: Wed May 29, 2013 10:21 am
by zaksoft
I've build RCF into a .NET component and I'm able to call a C++ win 32 server, not back.

Do you have any plan to support communication between not managed and managed code ?

TIA.

Re: .NET build

Posted: Sat Jun 01, 2013 3:37 am
by jarl
We definitely do. We have a new product RCFProto, just about ready for beta release, which will support remote calls between C++, C#, Java and Python. As the name indicates, it uses Protocol Buffers:

https://code.google.com/p/protobuf/

, as the message format.

If you keep an eye on the forums, there will be an announcement soon for the beta release.