开发者

Linker Error QT 4.6 and VS 2008

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜