Repeated message field in c pacakge

2008-11-25 Thread osishkin
Hi, I'm using the protocol buffers package for c. It's very useful and handy. However I've encountered a problem when trying to use a message with a nested repeated field of an other message type. This is the simplified version - message Item { int32 id = 1; } message LookupReply {

Re: Repeated message field in c pacakge

2008-12-03 Thread osishkin
Thank you very much Dave for your quick and detailed replies I'll try that out soon. Aviad On 1 דצמבר, 04:50, daveb <[EMAIL PROTECTED]> wrote: > BTW: I just released protobuf-c 0.6 which include the item__init() > function (and it also supports default-values properly now). > > - dave > > On Nov