version : 2.6.1

I compile the same .proto file to both c++ version and java version.   At 
client I use c++ while at server I use Java.

for a field whose type is int64, for example, I use  
Long.parse("12134953")  at server using Java,  c++ fail to parse message.  
It work well without this field(without any int64 field),   but when I try 
to add this field, it fail

any ideas?

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to