[protobuf] Tool to create Message Catalog and/or Service Catalog/Registry information?

2013-01-16 Thread JG
Folks, does anyone have any tools/code that will generate documentation OF the .proto file itself? I'd like to have something that parses the .proto and can create documents for use as a Message Catalog (so, gather the Message names/definitions), and also as a Serivce Registry (gather all servi

[protobuf] Dynamic Message and google::protobuf::Message incompatibility

2013-01-16 Thread m
Hi All, I'm seeing an incompatibility between a dynamically generated google::protobuf::Message (DynamicMessage?) created with a google::protobuf::DynamicMessageFactory and a normal google::protobuf::Message. What I'm running up against ultimately comes down to this: I can't dynamic_cast a Dy

[protobuf] Re: Dynamic Message and google::protobuf::Message incompatibility

2013-01-16 Thread Feng Xiao
On Thursday, January 17, 2013 8:15:53 AM UTC+8, m wrote: > > Hi All, > > I'm seeing an incompatibility between a dynamically generated > google::protobuf::Message (DynamicMessage?) created with a > google::protobuf::DynamicMessageFactory and a normal > google::protobuf::Message. > > What I'm r