Comment #6 on issue 128 by richardg...@gmail.com: Can not dlopen a library
using a protobuf message twice
http://code.google.com/p/protobuf/issues/detail?id=128
This assert causes problems even if you do not intend to unload the dynamic
library, as it occurs on dlopen. Is it strictly necess
Updates:
Owner: ken...@google.com
Comment #5 on issue 128 by ken...@google.com: Can not dlopen a library
using a protobuf message twice
http://code.google.com/p/protobuf/issues/detail?id=128
Statically linking libprotobuf into your dynamic library will work as long
as protobufs are
Comment #4 on issue 128 by ssj...@gmail.com: Can not dlopen a library using
a protobuf message twice
http://code.google.com/p/protobuf/issues/detail?id=128
I can's try the second advise set "option optimize_for = LITE_RUNTIME;" as
I need to use protobuf's descriptor and reflection,does the