crossplatform.ru

Здравствуйте, гость ( Вход | Регистрация )

> 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, 22:48
Сообщение #2


Студент
*

Группа: Новичок
Сообщений: 10
Регистрация: 10.1.2009
Пользователь №: 482

Спасибо сказали: 0 раз(а)




Репутация:   0  


Posle make.bat t.e. mingw32-make.exe
fsyo campilil i na posledok
Цитата
mingw32-make[4]: Leaving directory `C:/Qt/examples/activeqt/webbrowser'
mingw32-make[3]: Leaving directory `C:/Qt/examples/activeqt/webbrowser'
mingw32-make[2]: Leaving directory `C:/Qt/examples/activeqt'
mingw32-make[1]: Leaving directory `C:/Qt/examples'

C:\Qt>




a vot dermo pri buildinge

Цитата
mingw32-make debug
mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/Qt/workspace/AdressBook'
C:\Qt\bin\uic.exe adddialog.ui -o ui_adddialog.h
g++ -c -g -g -frtti -fexceptions -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_EDITION=QT_EDITION_DESKTOP -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"C:/Qt/include/QtCore" -I"C:/Qt/include/QtGui" -I"C:/Qt/include" -I"C:/Qt/include/ActiveQt" -I"tmp\moc\debug_shared" -I"." -I"C:/Qt/mkspecs/win32-g++" -o tmp\obj\debug_shared\adddialog.o adddialog.cpp
In file included from C:/Qt/include/QtCore/qrect.h:1,
from C:/Qt/include/QtGui/../../src/gui/painting/qpaintdevice.h:26,
from C:/Qt/include/QtGui/qpaintdevice.h:1,
from C:/Qt/include/QtGui/../../src/gui/kernel/qwidget.h:27,
from C:/Qt/include/QtGui/qwidget.h:1,
from C:/Qt/include/QtGui/../../src/gui/dialogs/qdialog.h:25,
from C:/Qt/include/QtGui/qdialog.h:1,
from C:/Qt/include/QtGui/QDialog:1,
from adddialog.h:4,
from adddialog.cpp:1:
C:/Qt/include/QtCore/../../src/corelib/tools/qrect.h:136: warning: inline function `bool operator==(const QRect&, const QRect&)' declared as dllimport: attribute ignored
C:/Qt/include/QtCore/../../src/corelib/tools/qrect.h:137: warning: inline function `bool operator!=(const QRect&, const QRect&)' declared as dllimport: attribute ignored
C:/Qt/include/QtCore/../../src/corelib/tools/qrect.h:164: warning: inline function `bool operator==(const QRect&, const QRect&)' declared as dllimport: attribute ignored
C:/Qt/include/QtCore/../../src/corelib/tools/qrect.h:165: warning: inline function `bool operator!=(const QRect&, const QRect&)' declared as dllimport: attribute ignored
C:/Qt/include/QtCore/../../src/corelib/tools/qrect.h:558: warning: inline function `bool operator==(const QRectF&, const QRectF&)' declared as dllimport: attribute ignored
C:/Qt/include/QtCore/../../src/corelib/tools/qrect.h:559: warning: inline function `bool operator!=(const QRectF&, const QRectF&)' declared as dllimport: attribute ignored
C:/Qt/include/QtCore/../../src/corelib/tools/qrect.h:571: warning: inline function `bool operator==(const QRectF&, const QRectF&)' declared as dllimport: attribute ignored
C:/Qt/include/QtCore/../../src/corelib/tools/qrect.h:572: warning: inline function `bool operator!=(const QRectF&, const QRectF&)' declared as dllimport: attribute ignored
In file included from C:/Qt/include/QtGui/qrgb.h:1,
from C:/Qt/include/QtGui/../../src/gui/painting/qcolor.h:25,
from C:/Qt/include/QtGui/qcolor.h:1,
from C:/Qt/include/QtGui/../../src/gui/kernel/qpalette.h:26,
from C:/Qt/include/QtGui/qpalette.h:1,
from C:/Qt/include/QtGui/../../src/gui/kernel/qwidget.h:28,
from C:/Qt/include/QtGui/qwidget.h:1,
from C:/Qt/include/QtGui/../../src/gui/dialogs/qdialog.h:25,
from C:/Qt/include/QtGui/qdialog.h:1,
from C:/Qt/include/QtGui/QDialog:1,
from adddialog.h:4,
from adddialog.cpp:1:
C:/Qt/include/QtGui/../../src/gui/painting/qrgb.h:34: warning: inline function `int qRed(QRgb)' declared as dllimport: attribute ignored
C:/Qt/include/QtGui/../../src/gui/painting/qrgb.h:37: warning: inline function `int qGreen(QRgb)' declared as dllimport: attribute ignored
C:/Qt/include/QtGui/../../src/gui/painting/qrgb.h:40: warning: inline function `int qBlue(QRgb)' declared as dllimport: attribute ignored
C:/Qt/include/QtGui/../../src/gui/painting/qrgb.h:43: warning: inline function `int qAlpha(QRgb)' declared as dllimport: attribute ignored
C:/Qt/include/QtGui/../../src/gui/painting/qrgb.h:46: warning: inline function `QRgb qRgb(int, int, int)' declared as dllimport: attribute ignored
C:/Qt/include/QtGui/../../src/gui/painting/qrgb.h:49: warning: inline function `QRgb qRgba(int, int, int, int)' declared as dllimport: attribute ignored
C:/Qt/include/QtGui/../../src/gui/painting/qrgb.h:52: warning: inline function `int qGray(int, int, int)' declared as dllimport: attribute ignored
C:/Qt/include/QtGui/../../src/gui/painting/qrgb.h:55: warning: inline function `int qGray(QRgb)' declared as dllimport: attribute ignored
C:/Qt/include/QtGui/../../src/gui/painting/qrgb.h:58: warning: inline function `bool qIsGray(QRgb)' declared as dllimport: attribute ignored
In file included from adddialog.cpp:1:
adddialog.h:16: error: using-declaration for non-member at class scope
adddialog.h:16: error: expected `;' before "ui"
adddialog.cpp: In constructor `AddDialog::AddDialog(QWidget*)':
adddialog.cpp:6: error: `ui' was not declared in this scope
adddialog.cpp:6: warning: unused variable 'ui'
mingw32-make[1]: Leaving directory `C:/Qt/workspace/AdressBook'
mingw32-make[1]: *** [tmp\obj\debug_shared\adddialog.o] Error 1
mingw32-make: *** [debug] Error 2




Environment Eclipse + MinGW

a mozhet bit tak chtob u menya bili nesavmestimi ming i qt ?
Перейти в начало страницы
 
Быстрая цитата+Цитировать сообщение

Сообщений в этой теме
- TexeL   Kak podruzhit   10.1.2009, 19:50
- - molchanoviv   Я не в курсе, ибо MSVS не использую. А ты посмотр...   10.1.2009, 21:04
- - Litkevich Yuriy   Цитата(molchanoviv @ 11.1.2009, 0:04) А т...   10.1.2009, 22:31
- - molchanoviv   А кто у нас сечет в студии? Помоему только Эдик.   10.1.2009, 22:55
- - Litkevich Yuriy   Цитата(molchanoviv @ 11.1.2009, 1:55) Пом...   10.1.2009, 23:01
|- - AD   Ну я тоже секу кое-что в студии. Но не понял вопро...   10.1.2009, 23:03
- - ViGOur   TexeL, тебе как я понимаю нужно прописать либы, ин...   10.1.2009, 23:25
- - Litkevich Yuriy   Цитата(AD @ 11.1.2009, 2:03) А в статье п...   10.1.2009, 23:26
- - TexeL   Цитата#include <Qt\qApplication.h> #inc...   11.1.2009, 0:09
- - TexeL   ViGOur ReZZpect !!! rabotayet toka s...   11.1.2009, 0:50
- - molchanoviv   Тебе просто надо поставить соответствующий твоему ...   11.1.2009, 9:17
- - Litkevich Yuriy   обсуждение статьи перенес сюда   11.1.2009, 12:09
- - TexeL   ne xochu topit TOPIC (: vopros: esli ya nazhimay...   11.1.2009, 14:53
- - ViGOur   Маленькое уточнение, если ты собираешь Qt для студ...   11.1.2009, 15:08
- - TexeL   perecompiliruyu dlya eclipse i mingw win32-g++ i ...   11.1.2009, 18:34
- - Litkevich Yuriy   Цитата(TexeL @ 11.1.2009, 21:34) i vot vo...   11.1.2009, 18:37
- - TexeL   Posle make.bat t.e. mingw32-make.exe fsyo campilil...   11.1.2009, 22:48
- - Litkevich Yuriy   TexeL, напрягись все таки и сделай возможность пис...   11.1.2009, 22:52
- - TexeL   ЛаднО ПАСТАРАЮСЬ Я сам не рус.   11.1.2009, 23:01
- - Litkevich Yuriy   Цитата(TexeL @ 12.1.2009, 1:48) Environme...   11.1.2009, 23:23
- - molchanoviv   Цитата(TexeL @ 11.1.2009, 23:01) Я сам не...   12.1.2009, 9:42
- - TexeL   Армянин думаю вся беда в версии QT(4.1.0 РЦ) на р...   13.1.2009, 0:39
- - Litkevich Yuriy   TexeL, ты так и неотписался о результатах сборки б...   13.1.2009, 3:40
- - TexeL   Yuriy я просто хочю поставить КуТэ 4.4.3 у него е...   13.1.2009, 20:09


Быстрый ответОтветить в данную темуНачать новую тему
Теги
Нет тегов для показа


6 чел. читают эту тему (гостей: 6, скрытых пользователей: 0)
Пользователей: 0




RSS Текстовая версия Сейчас: 2.12.2024, 13:35