[protobuf] Re: Odd problem with protobuf implementation in C++

2012-04-07 Thread G.
Hi Hans, In my proto file, there are two structures, Auction and Bid. The Auction structure behaves normally - setting the fields works correctly. I am also using the pre-defined realtime-bidding.proto file, all of which structures are working fine. It is only the Bid structure that acts broken,

Re: [protobuf] Re: Odd problem with protobuf implementation in C++

2012-04-07 Thread Henner Zeller
On Sat, Apr 7, 2012 at 21:18, G. geula.vainap...@mediamind.com wrote: Hi Hans, In my proto file, there are two structures, Auction and Bid. The Auction structure behaves normally - setting the fields works correctly. I am also using the pre-defined realtime-bidding.proto file, all of which