ok thanks. changing to optional bytes worked. also, instead of parseFrom, I ended up using parseDelimitedFrom on the Java side, after serializing with SerializeToCodedStream on the C++ side.
On Oct 26, 4:59 am, Evan Jones <[email protected]> wrote: > On Oct 25, 2010, at 21:45 , Paul wrote: > > > optional string meas_rec_str = 2; > > Change this to: > > optional bytes meas_rec_str = 2; > > Evan > > -- > Evan Joneshttp://evanjones.ca/ -- 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.
