[protobuf] c++/CLI and protobuf-net

2011-07-05 Thread jakin
Hi I'm quite new in .net programming. I couldn't find any examples of using protobuf-net .net classes from c++ code. I have to write client app working with specified using protobuf protocol. And I don't know now If should I wrote it in standard C++ using protobuf or in C++/CLI using protobuf-net

Re: [protobuf] c++/CLI and protobuf-net

2011-07-05 Thread Marc Gravell
from c++ code. I have to write client app working with specified using protobuf protocol. And I don't know now If should I wrote it in standard C++ using protobuf or in C++/CLI using protobuf-net. If I thinking correctly I should not mix C++/CLI with standard C++ (by e.g. using protobuf