[protobuf] Re: Issue 290 in protobuf: Cannot compile Google Protocol Buffers on z/OS

2011-05-12 Thread ury
Use #pragma convert(850) at the beggining of each source/h file, that solved it for me. On May 11, 9:44 am, proto...@googlecode.com wrote: Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 290 by simonsto...@gmail.com: Cannot compile Google Protocol  

[protobuf] ParseFromArray -- in Java

2010-10-25 Thread ury
Hi! Is it possible to reuse the same Protobuf object when unserializing a large number of objects in Java using the equivalent of the C++ ParseFromArray ? i.e. Does the Java implementation has the Clear() method ? Thanks! -- You received this message because you are subscribed to the Google

[protobuf] Re: iSeries port

2010-08-16 Thread ury
/./src/google/protobuf/desc.C: 860] CHECK failed: generated_database_-Add(encoded_file_descriptor, size): Any idea what may cause this? Thanks On Aug 10, 3:52 pm, ury ury.se...@gmail.com wrote: Hi, I am trying to port the C++ protobuf runtime library to iSeries. (aka AS/400). Have anyone

[protobuf] Re: iSeries port

2010-08-16 Thread ury
Hi, It was EBCDIC vs. ASCII issues. If anyone is interested in iSeries/zSeries porting issues, or protobuf on EBCDIC, I'll be glad to help Thanks On Aug 16, 2:18 pm, ury ury.se...@gmail.com wrote: Hi, I got the thing to compile and link on the iSeries. When I run the add_person  C

[protobuf] protobuf == SQL

2010-04-21 Thread ury
Hi, I wonder if someone has an idea for a generic way of storing protobuf messages in an SQL database (not as a blob, but in a way the data can be queried with SQL statements) and how to construct the protobuf messages back from the SQL database. Thank you -- You received this message because