[protobuf] How to resolve a custom option in a protocol buffer FileDescriptor

2017-03-07 Thread Bill Smith
I'm using protocol buffers 2.5 with Java. I have a proto file that defines a custom option. Another proto file uses that custom option. If I persist the corresponding FileDescriptorProto's and then read them and convert them to FileDescriptors, the reference to the custom option is manifested

Re: [protobuf] Re: Protobuf 3.2.0 + Qt 5.8 (Windows)

2017-03-07 Thread 'Adam Cozzette' via Protocol Buffers
My first guess would be that you are somehow mixing different protobuf versions: using generated code from a new version of protoc with a protobuf runtime library of an older version. Is that true for your Windows setup? On Fri, Mar 3, 2017 at 3:19 AM, Mastic Cover wrote: