[protobuf] build protobuf-net

2014-04-17 Thread Damian
I want to build protobuf-net from sources http://protobuf-net.googlecode.com/svn/trunk/ ? I am only interested in the desktop version. When I open Proto 2013.sln in Visual Studio 2013 I can't open some projects because I am missing Mono and Phone. Some projects target Windows 8, which is means

[protobuf] C++, RPC, Linux server, windows client

2013-03-20 Thread Damian
Is there a nice implementation of an RPC server that runs on Linux and has a client for Windows. It should use protcolbuf for messages. All code is C++. The only examples I can find all compile well on Linux but do not have so much luck on Windows! I checked all these