Unresolved Externals

Hi,

I'm trying to make a project solution out of the codes I found with OpenCV and C++. It also includes the QT framework. I think I have linked correctly every dlls, srcs and its include files.. But whenever I tried to run the program, I keep on getting this kind of error..


1>------ Build started: Project: Warp, Configuration: Debug Win32 ------
1>FaceWarp.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QApplication::~QApplication(void)" (__imp_??1QApplication@@UAE@XZ) referenced in function _main
1>FaceWarp.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall GUI_ParamDeform::~GUI_ParamDeform(void)" (??1GUI_ParamDeform@@UAE@XZ) referenced in function _main
1>FaceWarp.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static int __cdecl QApplication::exec(void)" (__imp_?exec@QApplication@@SAHXZ) referenced in function _main
1>FaceWarp.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall QWidget::show(void)" (__imp_?show@QWidget@@QAEXXZ) referenced in function _main
1>FaceWarp.obj : error LNK2019: unresolved external symbol "public: __thiscall GUI_ParamDeform::GUI_ParamDeform(class QWidget *)" (??0GUI_ParamDeform@@QAE@PAVQWidget@@@Z) referenced in function _main
1>FaceWarp.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QApplication::QApplication(int &,char * *,int)" (__imp_??0QApplication@@QAE@AAHPAPADH@Z) referenced in function _main
1>C:\Users\user\Documents\Visual Studio 2010\Projects\Warp\Debug\Warp.exe : fatal error LNK1120: 6 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========



I really need to get your help on this.. Thank you..
Topic archived. No new replies allowed.