error LNK2019: 无法解析的外部符号 "public: void __thiscall FrameLabel::onMouseMoveEvent(v
hw黄耳 2014-03-19 08:34:51 vs下编译别人写好的qt库,就是qt-opencv-multithreaded
出现这个错误应该怎么解决啊?已经把所有应该加的库都加进去了。还是有很多链接错误
error LNK2019: 无法解析的外部符号 "public: void __thiscall FrameLabel::onMouseMoveEvent(void)" (?onMouseMoveEvent@FrameLabel@@QAEXXZ),该符号在函数 "protected: virtual void __thiscall FrameLabel::mouseMoveEvent(class QMouseEvent *)" (?mouseMoveEvent@FrameLabel@@MAEXPAVQMouseEvent@@@Z) 中被引用
1>FrameLabel.obj : error LNK2019: 无法解析的外部符号 "public: void __thiscall FrameLabel::newMouseData(struct MouseData)" (?newMouseData@FrameLabel@@QAEXUMouseData@@@Z),该符号在函数 "protected: virtual void __thiscall FrameLabel::mouseReleaseEvent(class QMouseEvent *)" (?mouseReleaseEvent@FrameLabel@@MAEXPAVQMouseEvent@@@Z) 中被引用
1>MainWindow.obj : error LNK2019: 无法解析的外部符号 "public: void __thiscall MainWindow::newTaskData(struct TaskData)" (?newTaskData@MainWindow@@QAEXUTaskData@@@Z),该符号在函数 "public: void __thiscall MainWindow::openImage(void)" (?openImage@MainWindow@@QAEXXZ) 中被引用
1>MainWindow.obj : error LNK2019: 无法解析的外部符号 "public: void __thiscall MainWindow::newProcessingFlags(struct ProcessingFlags)" (?newProcessingFlags@MainWindow@@QAEXUProcess
求指教啊