使用protobuf时,报错“无法解析的外部符号 "class google::protobuf::internal::ExplicitlyConstructed<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > google::protobuf::internal::fixed_address_empty_string"
此时只需要在stdafx.h里添加宏定义
#define PROTOBUF_USE_DLLS
重新编译即可
参考
https://www.cnblogs.com/wzxNote/p/10607684.html