'Additional compiler support for qpl'd Qt4/win32' - add on :-)
"Majig El Idrissi" <[email protected]> Thu, 20 Oct 2005 12:18:50 +0200
| Newsgroups | gmane.comp.kde.devel.cygwin |
|---|---|
| Message-ID | <[email protected]> |
Hi, I follow the readme, set some environnement variables (path to VC98 includes, lib), and performe the compilation for MSVisual C++. There is no error (only some warnings) during compilation. But it appears that I don't know how to setting up Visual C in order to compile this tutorial : "qt-win-opensource-src-4.0.1\examples\tutorial\t1" (I set path for QT header and QT lib, and simply copy the tutorial main file). Have you a link to a documentation or some advices ? Post Mail : I have link errors : --------------------Configuration: TOTO - Win32 Debug-------------------- Compiling... TOTO.cpp Linking... TOTO.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QApplication::~QApplication(void)" (__imp_??1QApplication@@UAE@XZ) TOTO.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall QPushButton::~QPushButton(void)" (__imp_??1QPushButton@@UAE@XZ) and so on