Hi all,
 
      When I am compiling my demo with protobuf-3.0.0-beta-1, Debug & x64 
can be compiled successfully, but Release & x64 can not be compiled 
successfully.
the LINK ERROR is "public: static class google::protobuf::Arena * __cdecl 
google::protobuf::internal::GenericTypeHandler<class 
google::protobuf::Message>::GetArena(class google::protobuf::Message *)" (
?GetArena@?$GenericTypeHandler@VMessage@protobuf@google@@@internal@protobuf@google@@SAPEAVArena@34@PEAVMessage@34@@Z)
 test2 
E:\Music6\protobuftest\test2\libprotobuf.lib(generated_message_reflection.obj)  
  
and   "public: static void * __cdecl 
google::protobuf::internal::GenericTypeHandler<class 
google::protobuf::Message>::GetMaybeArenaPointer(class 
google::protobuf::Message *)" (
?GetMaybeArenaPointer@?$GenericTypeHandler@VMessage@protobuf@google@@@internal@protobuf@google@@SAPEAXPEAVMessage@34@@Z
) test2 
E:\Music6\protobuftest\test2\libprotobuf.lib(generated_message_reflection.obj).
 
      I used the vs2015 to compile my demo. Of course, the 
test2\libprotobuf.lib is release version.
 
      I have try my best to deal with this problem, oh.   Please help me, 
thanks a lot!

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to