项目在VC6.0下运行正常,但是我在VS2012下更新后,出现如下链接错误:
revel.lib(BaseEncoder.obj) : error LNK2019: unresolved external symbol
"__declspec(dllimport) private: void __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::_Eos(unsigned int)"
(__imp_?_Eos@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAEXI@Z) referenced in function
"protected: virtual void __thiscall Revel_BaseEncoder::Reset(void)" (?Reset@Revel_BaseEncoder@@MAEXXZ)
谁能帮我解决这个问题?非常感谢!