IPC between .NET and C++ applications

后端 未结 4 1717
粉色の甜心
粉色の甜心 2021-01-13 21:53

Are there any libraries for inter-process communication (IPC) between a .NET application and a native C++ application?

4条回答
  •  渐次进展
    2021-01-13 22:30

    Check Google's Protocol Buffers (protobuf). The original implementation supports C++, Java & Python, but for .NET there is protobuf-net.

提交回复
热议问题