Yes, this is a known issue: https://github.com/google/protobuf/issues/240
Probably a VS2015 bug. Not sure if we can work around it somehow in protobuf code. On Tue, Jul 14, 2015 at 10:12 PM, Dave Hirschfeld <[email protected]> wrote: > I get the below error message. Is this a known issue? > > > LNK2019: unresolved external symbol > "public: static class google::protobuf::Message * __cdecl > google::protobuf::internal::GenericTypeHandler<class > google::protobuf::Message>::NewFromPrototype(class > google::protobuf::Message const *,class google::protobuf::Arena *)" > (?NewFromPrototype@?$GenericTypeHandler@VMessage@protobuf@google > @@@internal@protobuf@google@@SAPEAVMessage@34@PEBV534@PEAVArena@34@@Z) > referenced in function > "private: void __cdecl > google::protobuf::internal::RepeatedPtrFieldBase::MergeFromInnerLoop<class > google::protobuf::internal::GenericTypeHandler<class > google::protobuf::Message> >(void * *,void * *,int,int)" > (??$MergeFromInnerLoop@V?$GenericTypeHandler@VMessage@protobuf@google > @@@internal@protobuf@google@@@RepeatedPtrFieldBase@internal > @protobuf@google@@AEAAXPEAPEAX0HH@Z) > protoc > C:\Users\Dave\Code\protobuf\cmake\msvc\libprotobuf.lib(generated_message_reflection.obj) > Line 1 > > > Git describe: > C:\Users\Dave\Code\protobuf [master +1 ~0 -0 !]> git describe --tags > v3.0.0-alpha-3-117-gfde6e89 > > Thanks, > Dave > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/protobuf. > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
