[protobuf] Re: Issue 308 in protobuf: unresolved external symbol kEmptyString when linking protobuf as a dll.

2014-08-21 Thread protobuf
Comment #13 on issue 308 by jarek2ch...@gmail.com: unresolved external symbol kEmptyString when linking protobuf as a dll. http://code.google.com/p/protobuf/issues/detail?id=308 hi, i've sloved this issue by modyfing files enerated_message_util.h/cc adding decoration LIBPROTOBUF_EXPORT: doub

[protobuf] Re: Issue 308 in protobuf: unresolved external symbol kEmptyString when linking protobuf as a dll.

2013-04-17 Thread protobuf
Comment #12 on issue 308 by xiaof...@google.com: unresolved external symbol kEmptyString when linking protobuf as a dll. http://code.google.com/p/protobuf/issues/detail?id=308 The PROTOBUF_USE_DLLS macro is already mentioned in vsprojects/readme.txt: 3) When compiling your project, make sur

[protobuf] Re: Issue 308 in protobuf: unresolved external symbol kEmptyString when linking protobuf as a dll.

2013-04-17 Thread protobuf
Comment #11 on issue 308 by alastair.maw: unresolved external symbol kEmptyString when linking protobuf as a dll. http://code.google.com/p/protobuf/issues/detail?id=308 The Windows readme.txt file could do with updating to reflect this, if someone with commit access has a spare minute. Th

[protobuf] Re: Issue 308 in protobuf: unresolved external symbol kEmptyString when linking protobuf as a dll.

2012-12-03 Thread protobuf
Updates: Status: Fixed Comment #10 on issue 308 by xiaof...@google.com: unresolved external symbol kEmptyString when linking protobuf as a dll. http://code.google.com/p/protobuf/issues/detail?id=308 Marking this as fixed. Defining PROTOBUF_USE_DLLS in client applications should fix

[protobuf] Re: Issue 308 in protobuf: unresolved external symbol kEmptyString when linking protobuf as a dll.

2012-10-31 Thread protobuf
Comment #9 on issue 308 by ppadev...@gmail.com: 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, ot

[protobuf] Re: Issue 308 in protobuf: unresolved external symbol kEmptyString when linking protobuf as a dll.

2012-10-26 Thread protobuf
Updates: Owner: xiaof...@google.com Comment #8 on issue 308 by liuj...@google.com: unresolved external symbol kEmptyString when linking protobuf as a dll. http://code.google.com/p/protobuf/issues/detail?id=308 (No comment was entered for this change.) -- You received this message bec

[protobuf] Re: Issue 308 in protobuf: unresolved external symbol kEmptyString when linking protobuf as a dll.

2012-10-26 Thread protobuf
Comment #7 on issue 308 by ppadev...@gmail.com: unresolved external symbol kEmptyString when linking protobuf as a dll. http://code.google.com/p/protobuf/issues/detail?id=308 I have the exact same problem. Even after applying patches 401 & 422, the error is still there. -- You received th

[protobuf] Re: Issue 308 in protobuf: unresolved external symbol kEmptyString when linking protobuf as a dll.

2012-09-28 Thread protobuf
Comment #6 on issue 308 by hxc0072...@gmail.com: unresolved external symbol kEmptyString when linking protobuf as a dll. http://code.google.com/p/protobuf/issues/detail?id=308 repro. steps: 1. get the latest code from svn(20120928) 2. link protobuf as a dll 3. run the following code snippet

[protobuf] Re: Issue 308 in protobuf: unresolved external symbol kEmptyString when linking protobuf as a dll.

2012-09-28 Thread protobuf
Comment #5 on issue 308 by hxc0072...@gmail.com: unresolved external symbol kEmptyString when linking protobuf as a dll. http://code.google.com/p/protobuf/issues/detail?id=308 repro. steps: 1. get the latest code from svn(20120928) 2. link protobuf as a dll 3. run the following code snippet

[protobuf] Re: Issue 308 in protobuf: unresolved external symbol kEmptyString when linking protobuf as a dll.

2012-09-28 Thread protobuf
Comment #4 on issue 308 by hxc0072...@gmail.com: unresolved external symbol kEmptyString when linking protobuf as a dll. http://code.google.com/p/protobuf/issues/detail?id=308 repro. steps: 1. get the latest code from svn(20120928) 2. link protobuf as a dll 3. run the following code snippet

[protobuf] Re: Issue 308 in protobuf: unresolved external symbol kEmptyString when linking protobuf as a dll.

2012-09-28 Thread protobuf
Comment #3 on issue 308 by hxc0072...@gmail.com: unresolved external symbol kEmptyString when linking protobuf as a dll. http://code.google.com/p/protobuf/issues/detail?id=308 repro. steps: 1. get the latest code from svn(20120928) 2. link protobuf as a dll 3. run the following code snippe

[protobuf] Re: Issue 308 in protobuf: unresolved external symbol kEmptyString when linking protobuf as a dll.

2011-07-05 Thread protobuf
Comment #2 on issue 308 by liuj...@google.com: unresolved external symbol kEmptyString when linking protobuf as a dll. http://code.google.com/p/protobuf/issues/detail?id=308 Fixed in r401. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group.

[protobuf] Re: Issue 308 in protobuf: unresolved external symbol kEmptyString when linking protobuf as a dll.

2011-07-04 Thread protobuf
Updates: Status: Accepted Comment #1 on issue 308 by liuj...@google.com: unresolved external symbol kEmptyString when linking protobuf as a dll. http://code.google.com/p/protobuf/issues/detail?id=308 Could you please see the patch file to check if that fixes the issue? Thanks. Attac