Re: [protobuf] Re: external linkage for functions generated in protobuf headers

2019-05-09 Thread Vinay Shivakumar
Hi Adam,Jie, I am really sorry . Issue was becasue the shared library was compiled with hidden visibiltiy . I have to take care of compiling protobuf classes compiled as part of shared library with default visibility . I would correct that . Sorry for the trouble . Regards Vinay Shivakumar On

[protobuf] Re: external linkage for functions generated in protobuf headers

2019-05-08 Thread 'Jie Luo' via Protocol Buffers
What language of protobuf are you using? We have public APIs for getters and setters. You can look into our web to see how to use them: https://developers.google.com/protocol-buffers/docs/reference/cpp-generated