QT
licwwqy
这个作者很懒,什么都没留下…
展开
-
Shape-Changing Dialogs使用nmake不能编译的问题
C++ GUI Programming with Qt 4, Second Edition 中 Shape-Changing Dialogs这个例子不能使用nmake编译。 会报以下错误: QtGuid4.lib(QtGuid4.dll) : fatal error LNK1112: 模块计算机类型“X86”与目标计算机类型“x64”冲突 NMAKE : fatal error U1077: “"C:\Program Files (x86)\Microsoft Visual Studio 10.0\V原创 2022-05-21 23:08:01 · 580 阅读 · 0 评论 -
undefined reference to `Counter::valueChanged(int)‘
问题: i'm trying to learn qt.this is my first example that I'm practicing.but i have this error:C:\Qt2\Qt5.2.1\Tools\QtCreator\bin\recognize_signal_slot\main.cpp:19: error: undefined reference to `Counter::valueChanged(int)' I don't know what I should do..转载 2021-12-26 18:58:21 · 133 阅读 · 0 评论