Re: [protobuf] PB parsing with empty/reset values

2010-02-05 Thread Henner Zeller
Hi, On Fri, Feb 5, 2010 at 08:43, Hershiv Haria darkmaste...@gmail.com wrote: Hi all, I have an odd issue at the moment. I am sending a PB from an android app to an app engine server, using Java. My app is being used to store files online, and I use the PB to send the file name, destination,

Re: [protobuf] protoc.exe 2.3.0 doesn't generate parseFrom methods when output is cpp

2010-02-05 Thread Kenton Varda
The methods are on the parent class, google::protobuf::MessageLite. (It is a parent class of non-line messages as well.) On Fri, Feb 5, 2010 at 10:47 AM, Animosity animosi...@gmail.com wrote: So I've downloaded the 2.3.0 version of the win binary I've created a tutorial.proto file (

Re: [protobuf] protoc.exe 2.3.0 doesn't generate parseFrom methods when output is cpp

2010-02-05 Thread Kenton Varda
s/non-line/non-lite/ On Fri, Feb 5, 2010 at 11:14 AM, Kenton Varda ken...@google.com wrote: The methods are on the parent class, google::protobuf::MessageLite. (It is a parent class of non-line messages as well.) On Fri, Feb 5, 2010 at 10:47 AM, Animosity animosi...@gmail.com wrote: So