[protobuf] Creating a FileDescriptorSet of all .proto files used in a certain executable

2011-02-17 Thread Oren Shemesh
Hello, My executable is composed of multiple .proto files, some of them importing others. I would like the executable to communicate with a generic program (Which is compiled once and does not change), using protobuf messages. So, I need the generic program to get the descriptors of messages used

Re: [protobuf] Creating a FileDescriptorSet of all .proto files used in a certain executable

2011-02-22 Thread Oren Shemesh
uced the singleton > generated_pool in the C++ library since it creates so much confusion -- the > Java protobuf library has no central registry, and this avoids a lot of > problems. > > On Thu, Feb 17, 2011 at 9:42 AM, Oren Shemesh wrote: > >> Hello, >> >> My exe