开发者

Linker Error QT 4.6 and VS 2008

开发者 https://www.devze.com 2023-01-26 09:47 出处:网络
Has anyone seen this before: Error1error LNK2019: unresolved external symbol \"__declspec(dllimport) public: virtual _thiscall QWidget::~QWidget(void)\" (_imp_??1QWidget@@UAE@XZ) referenced in functi

Has anyone seen this before:

Error 1 error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual _thiscall QWidget::~QWidget(void)" (_imp_??1QWidget@@UAE@XZ) referenced in function __unwindfunclet$??0Window@@QAE@PAVQWidget@@@Z$0 window.obj

I have a bunch of these types of errors.

I am trying to use Q开发者_StackOverflowT4.6 and Visual Studio 2008. Sorry I am still a beginner at this.

Thanks!


It means the library and dll paths aren't set.

Start by trying to build and run the samples, the studio files with them should have all the necessary paths set.

0

精彩评论

暂无评论...
验证码 换一张
取 消