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, yet I cannot find any of the ParseFrom methods in there, and only SerializeWithCachedSizes and SerializeWithCachedSizesToArray are generated. Am I missing something obvious here? Is this the light version of classes? thanks in advance, Ani -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
