Send protobuf message as byte array from C++ to C#
I have a C# application and a C++ dll library. I want to make them communicate using protobuf. The C# app would be the caller and C++ the sender.
I have a C# application and a C++ dll library. I want to make them communicate using protobuf. The C# app would be the caller and C++ the sender.