[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 https://code.google.com/

[protobuf] Re: Python3 Protobufs

2013-03-20 Thread Malthe Borch
I have completed this work: https://github.com/malthe/google-protobuf. – in as much as that all tests run without fail on both 2.7 and 3.3. I have used a single-source approach (which is only really feasible starting with those two for syntax compatibility reasons). Python 2.4, 2.5 and I believ

[protobuf] Re: how to create a protocol buffer object using spring

2013-03-20 Thread garrett . wampole
Mark, I usually use SpringEL when creating a protobuf using Spring XML; like this: See http://static.springsource.org/spring/docs/3.2.x/spring-framework-reference/html/expressions.html for some details on SpringEL. On Monday, February 25, 2013 11:20:23 AM UTC-5, Mark wrote: > In Java I ca

[protobuf] Plugin for Obj-c

2013-03-20 Thread Benoit Vermont
Hello, While I could of course use C++ classes in obj-c project, I'd rather use Objc object if possible. But the current Objectiv-c plugin I found out there are both outdated. (https://code.google.com/p/protobuf-objc/, and https://github.com/regwez/protobuf-objc-iOS5) I tried using the objc-iOS

[protobuf] Issue 487 in protobuf: Building failure with clang or scan-build

2013-03-20 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 487 by chen3feng: Building failure with clang or scan-build http://code.google.com/p/protobuf/issues/detail?id=487 What steps will reproduce the problem? 1. build the code with clang or scan-build What is the ex

[protobuf] Re: Issue 487 in protobuf: Building failure with clang or scan-build

2013-03-20 Thread protobuf
Comment #1 on issue 487 by chen3feng: Building failure with clang or scan-build http://code.google.com/p/protobuf/issues/detail?id=487 FYI: ~/scan-build/bin/clang -v clang version 3.2 (trunk 157010) Target: x86_64-unknown-linux-gnu Thread model: posix -- You received this message because thi