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 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 wrote: > >> So I've downloaded the 2.3.0 versi

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 wrote: > So I've downloaded the 2.3.0 version of the win binary > I've created a tutorial.proto file ( copy/pasted off the protobuf

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

2010-02-05 Thread Animosity
So I've downloaded the 2.3.0 version of the win binary I've created a tutorial.proto file ( copy/pasted off the protobuf website ) both protoc.exe and tutorial.proto are in the same folder command line used: protoc --cpp_out=. tutorial.proto the tutorial.pb.h and tutorial.pb.cc get generated,