Comment #9 on issue 308 by [email protected]: unresolved external symbol kEmptyString when linking protobuf as a dll.
http://code.google.com/p/protobuf/issues/detail?id=308
The error was rather unexpected and easy to fix. The client application should pass PROTOBUF_USE_DLLS explicitly, otherwise the symbols would not get imported. I believe that the client should not do this and that this should be the default behaviour but anyways... at least it works this way.
-- 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.
