mainwindow.obj:-1: 错误:LNK2019: 无法解析的外部符号 "__declspec(dllimport) public:

mainwindow.obj:-1: 错误:LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall Help::sendCommand(class QString const &)" (__imp_?sendCommand@Help@@QAEXABVQString@@@Z),该符号在函数 "private: void __thiscall MainWindow::on_lineEdit_returnPressed(void)" (?on_lineEdit_returnPressed@MainWindow@@AAEXXZ) 中被引用

是字符集的问题原来的dll是用ANSI写的

后来调用的用的是UTF-8写的

导致这个错误。。。

你可能感兴趣的:(错误总结)