Kak podruzhit, MS VS 2k8 i QT 4 with license :) |
Здравствуйте, гость ( Вход | Регистрация )
Kak podruzhit, MS VS 2k8 i QT 4 with license :) |
Гость_TexeL_* |
10.1.2009, 19:50
Сообщение
#1
|
Гости |
pomogite podruzhit qt i ms visual studio 2008 oshol do six
pri comile dayot takoy reZult Цитата 1>Linking...
1>m.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static int __cdecl QApplication::exec(void)" (__imp_?exec@QApplication@@SAHXZ) 1>m.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QApplication::~QApplication(void)" (__imp_??1QApplication@@UAE@XZ) 1>m.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall QApplication::QApplication(int &,char * *)" (__imp_??0QApplication@@QAE@AAHPAPAD@Z) 1>m.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QPushButton::~QPushButton(void)" (__imp_??1QPushButton@@UAE@XZ) 1>m.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall QPushButton::QPushButton(class QString const &,class QWidget *)" (__imp_??0QPushButton@@QAE@ABVQString@@PAVQWidget@@@Z) 1>m.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall QWidget::resize(int,int)" (__imp_?resize@QWidget@@QAEXHH@Z) 1>m.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall QWidget::show(void)" (__imp_?show@QWidget@@QAEXXZ) 1>m.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall QString::~QString(void)" (__imp_??1QString@@QAE@XZ) 1>m.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall QString::QString(char const *)" (__imp_??0QString@@QAE@PBD@Z) |
|
|
TexeL |
11.1.2009, 0:09
Сообщение
#2
|
Студент Группа: Новичок Сообщений: 10 Регистрация: 10.1.2009 Пользователь №: 482 Спасибо сказали: 0 раз(а) Репутация: 0 |
Цитата #include <Qt\qApplication.h> #include <Qt\qPushButton.h> int main(int argc, char** argv) { QApplication app(argc, argv); QPushButton hello("Hello, World!"); hello.resize(100, 30); hello.show(); return app.exec(); } posle compile-a dayot vishprevedyonniy reZultat qt e menya s licensiyey i + integrator katoriy stavicca toka na 2k3 i 2k5 posle configure.exe -debug-and-release Цитата Writing C:/Qt/4.1.0-rc1/examples/xml Writing C:/Qt/4.1.0-rc1/examples/designer Writing C:/Qt/4.1.0-rc1/examples/opengl Writing C:/Qt/4.1.0-rc1/examples/activeqt Qt is now configured for building. Just run nmake. To reconfigure, run nmake clean and configure. posle "nmake" Цитата cl -c -FIqt_gui_pch.h -Yuqt_gui_pch.h -Fptmp\obj\debug_shared\QtGuid_pch
.pch -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -Zi -MDd -W3 -w34100 -w34189 -GR -EHsc -DQT_SHARED -DQT_THREAD_SUPPORT -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_E DITION=QT_EDITION_DESKTOP -DQT_BUILD_GUI_LIB -DQT_MAKEDLL -DQT_NO_CAST_TO_ASCII -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_RASTER_IMAGEENGINE -DQT_RASTER_PAINTENGINE -D QT_HAVE_SSE -DQT_PDF_SUPPORT -DQT_NO_STYLE_MAC -DQT_DLL -DQT_CORE_LIB -I"C:/Qt/4 .1.0-rc1/include/QtCore" -I"C:/Qt/4.1.0-rc1/include" -I"C:/Qt/4.1.0-rc1/include/ QtGui" -I"tmp" -I"..\3rdparty\wintab" -I"..\3rdparty\libpng" -I"..\3rdparty\zlib " -I"C:/Qt/4.1.0-rc1/include/ActiveQt" -I"tmp\moc\debug_shared" -I"." -I"C:/Qt/4 .1.0-rc1/mkspecs/win32-msvc2005" -Fotmp\obj\debug_shared\ @C:\DOCUME~1\user\LOCA LS~1\Temp\nm18E.tmp qaction.cpp qactiongroup.cpp qapplication.cpp kernel\qapplication.cpp(429) : warning C4189: 'q' : local variable is initialize d but not referenced kernel\qapplication.cpp(3799) : warning C4189: 'd' : local variable is initializ ed but not referenced kernel\qapplication.cpp(3812) : warning C4189: 'd' : local variable is initializ ed but not referenced qboxlayout.cpp qclipboard.cpp qcursor.cpp qdrag.cpp qdnd.cpp qevent.cpp qgridlayout.cpp qkeysequence.cpp qlayout.cpp qlayoutengine.cpp qlayoutitem.cpp qmime.cpp qpalette.cpp qshortcut.cpp qshortcutmap.cpp qsound.cpp qstackedlayout.cpp Generating Code... Compiling... qtooltip.cpp qguivariant.cpp qwhatsthis.cpp qwidget.cpp qapplication_win.cpp kernel\qapplication_win.cpp(60) : fatal error C1083: Cannot open include file: ' winable.h': No such file or directory qclipboard_win.cpp qcursor_win.cpp qdesktopwidget_win.cpp qdnd_win.cpp qmime_win.cpp qsound_win.cpp qwidget_win.cpp Generating Code... NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN \cl.EXE"' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN \nmake.exe"' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. |
|
|
Текстовая версия | Сейчас: 2.12.2024, 13:52 |