Comment #6 on issue 370 by [email protected]: static initialization problem with dlopen
http://code.google.com/p/protobuf/issues/detail?id=370
The design of the protobuf library is currently such that if you unload a dynamic library containing a protobuf class, you *must* simultaneously unload the copy of libprotobuf that it is linked against. Therefore, if you are writing a dynamic library which may be loaded and unloaded at runtime, you should probably statically
link it against protocol buffers. How to statically link it against protocol buffers? it really works ? -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
