提问人:newbieDevloper 提问时间:10/24/2017 最后编辑:CaptureSunshinenewbieDevloper 更新时间:10/24/2017 访问量:246
LNK2019解码错误消息
LNK2019 decoding the error message
问:
我已经看到许多关于为什么我们会遇到错误以及如何解决它的帖子LNK2019但我想了解生成的错误消息。从阅读消息中,我不明白从哪里开始。有人可以帮我了解错误消息指的是哪个类/方法/函数等以及为什么?下面是错误消息。谢谢!
错误LNK2019未解析的外部符号“__declspec(dllimport) public: __thiscall QDir::~QDir(void)“ (__imp_??1QDir@@QAE@XZ) 在函数“int __cdecl DataInOut::writeIqFile(类)中引用 std::vector,class std::allocator > > &,class std::basic_string,class std::allocator > const &,bool,__int64,bool)” (?writeIqFile@DataInOut@@YAHAAV?$vector@V?$complex@M@std@@V?$allocator@V?$complex@M@std@@@2@@std@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@_N_J2@Z)
答: 暂无答案
评论
QDir