heterogeneous.obj : er-6ren">
gpt4 book ai didi

c++ - 错误 LNK2001 : unresolved external symbol "__declspec(dllimport) public: class QString & __thiscall QString::operator=(class QString &&)"

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:40:49 25 4
gpt4 key购买 nike

我非常想找到关于上述错误的任何信息。

我正在使用 visual studio 2010。当我在调试或发布中编译我的项目(32 位)时,我收到以下消息:

1>heterogeneous.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class QString & _thiscall QString::operator=(class QString &&)" (_imp_??4QString@@QAEAAV0@$$QAV0@@Z)

1>debug\nori.exe : fatal error LNK1120: 1 unresolved externals

我在 Linker->Input 中链接了 QtCore4.lib,我在 Linker->General 中的库目录中添加了 Qt\4.8.2\lib,我包括了 Qt\4.8.2\include 和 Qt\4.8.2\include\QtCore in C/C++->General。在我看来,他们应该定义 QString。我不知道我还能做什么。

非常感谢您的帮助。

最佳答案

我有同样的问题,但我使用的是 VS2008 的 Qt 库。

我安装了 Qt Libraries for VS2010解决问题。

关于c++ - 错误 LNK2001 : unresolved external symbol "__declspec(dllimport) public: class QString & __thiscall QString::operator=(class QString &&)",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12428282/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com