<DIV>Hi,</DIV>
<DIV>I downloaded and tried the package.</DIV>
<DIV>First, about the installer:</DIV>
<DIV>I think that the program group name "QT Windows Free Edition 3.3.3 Patch Level 0 for Visual Studio .NET 2003" is too long. I changed it to "QT Free 3.3.3".</DIV>
<DIV><BR>Then I tried to launch Qt tools:</DIV>
<DIV>I get errors with qt assistant, it complains that it can't find *.dcf files in <my old path to kde-cygwin-qt3_3>/qt-3/doc/html/. I don't know why it is looking in my previous Qt Win Free location (downloaded from CVS).</DIV>
<DIV>Qt Linguist says<BR>"Cannot open 'Files\qt-win-free-msvc.net-3.3.3\bin\linguist.exe"'."</DIV>
<DIV>That error reminds me that I had a similar error with an other program I compiled. I think there is a problem in the way that the command line is proceeded when there are spaces. Here argv[ 0 ] should be "C:\Program Files\qt-win-free-msvc.net-3.3.3\bin\linguist.exe", and I think that it is splitted in argv[ 0 ] = "C:\Program" and argv[ 1 ] = "Files\qt-win-free-msvc.net-3.3.3\bin\linguist.exe".</DIV>
<DIV> </DIV>
<DIV>Then I tried to compile a project I am working on. I get errors saying that a std::string could not be converted in a QString. I think it is due to the definition of QT_NO_STL somewhere and so the following constructor in qstring.h:</DIV>
<DIV>#ifndef QT_NO_STL<BR> QString( const std::string& ); // deep copy<BR>#endif<BR>is not defined.</DIV>
<DIV>I didn't get this error with my previous try with the CVS release 1 month ago.</DIV>
<DIV>I managed to compile, but I get many link errors:</DIV>
<DIV> </DIV>
<DIV>application error LNK2001: unresolved external symbol "struct QUType_QString static_QUType_QString" (<A href="mailto:?static_QUType_QString@@3UQUType_QString@@A">?static_QUType_QString@@3UQUType_QString@@A</A>)<BR>application error LNK2001: unresolved external symbol "class QApplication * qApp" (<A href="mailto:?qApp@@3PAVQApplication@@A">?qApp@@3PAVQApplication@@A</A>)<BR>application error LNK2001: unresolved external symbol "private: static struct QStringData * QString::shared_null" (<A href="mailto:?shared_null@QString@@0PAUQStringData@@A">?shared_null@QString@@0PAUQStringData@@A</A>)<BR>application error LNK2001: unresolved external symbol "public: static class QChar QChar::null" (<A href="mailto:?null@QChar@@2V1@A">?null@QChar@@2V1@A</A>)<BR>application error LNK2001: unresolved external symbol "public: static class QColor & Qt::black" (<A href="mailto:?black@Qt@@2AAVQColor@@A">?black@Qt@@2AAVQColor@@A</A>)<BR>application error LNK2001: unresolved external symbol
"public: static class QColor & Qt::blue" (<A href="mailto:?blue@Qt@@2AAVQColor@@A">?blue@Qt@@2AAVQColor@@A</A>)<BR>application error LNK2001: unresolved external symbol "public: static class QColor & Qt::darkGreen" (<A href="mailto:?darkGreen@Qt@@2AAVQColor@@A">?darkGreen@Qt@@2AAVQColor@@A</A>)<BR>application error LNK2001: unresolved external symbol "public: static class QColor & Qt::gray" (<A href="mailto:?gray@Qt@@2AAVQColor@@A">?gray@Qt@@2AAVQColor@@A</A>)<BR>application error LNK2001: unresolved external symbol "public: static class QColor & Qt::lightGray" (<A href="mailto:?lightGray@Qt@@2AAVQColor@@A">?lightGray@Qt@@2AAVQColor@@A</A>)<BR>application error LNK2001: unresolved external symbol "public: static class QColor & Qt::red" (<A href="mailto:?red@Qt@@2AAVQColor@@A">?red@Qt@@2AAVQColor@@A</A>)<BR>application error LNK2001: unresolved external symbol "public: static class QColor & Qt::white" (<A
href="mailto:?white@Qt@@2AAVQColor@@A">?white@Qt@@2AAVQColor@@A</A>)<BR>application error LNK2019: unresolved external symbol "public: static class QColor & Qt::blue" (<A href="mailto:?blue@Qt@@2AAVQColor@@A">?blue@Qt@@2AAVQColor@@A</A>) referenced in function "public: __thiscall QCIELabPlot::QCIELabPlot(class QWidget *,char const *,unsigned int)" (<A href="mailto:??0QCIELabPlot@@QAE@PAVQWidget@@PBDI@Z">??0QCIELabPlot@@QAE@PAVQWidget@@PBDI@Z</A>)<BR>application error LNK2001: unresolved external symbol "public: static class QString QString::null" (<A href="mailto:?null@QString@@2V1@A">?null@QString@@2V1@A</A>)<BR>application error LNK2001: unresolved external symbol "struct QUType_int static_QUType_int" (<A href="mailto:?static_QUType_int@@3UQUType_int@@A">?static_QUType_int@@3UQUType_int@@A</A>)<BR>application error LNK2001: unresolved external symbol "struct QUType_QString static_QUType_QString" (<A
href="mailto:?static_QUType_QString@@3UQUType_QString@@A">?static_QUType_QString@@3UQUType_QString@@A</A>)<BR>application error LNK2005: "public: __thiscall QStringList::~QStringList(void)" (<A href="mailto:??1QStringList@@QAE@XZ">??1QStringList@@QAE@XZ</A>) already defined in AppModel.obj<BR>application error LNK2005: "public: __thiscall QStringList::QStringList(void)" (<A href="mailto:??0QStringList@@QAE@XZ">??0QStringList@@QAE@XZ</A>) already defined in AppModel.obj<BR>application error LNK2019: unresolved external symbol "private: static struct QStringData * QString::shared_null" (<A href="mailto:?shared_null@QString@@0PAUQStringData@@A">?shared_null@QString@@0PAUQStringData@@A</A>) referenced in function "public: __thiscall cd::gui::SampleSummary::SampleSummary(void)" (<A href="mailto:??0SampleSummary@gui@cd@@QAE@XZ">??0SampleSummary@gui@cd@@QAE@XZ</A>)<BR></DIV>
<DIV>I can't spend more time to look deeper at this problems. Hope this helps...</DIV>
<DIV> </DIV>
<DIV>Aurelien.</DIV>
<DIV><BR><B><I>Ralf Habacker <ralf.habacker@freenet.de></I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Hi,<BR><BR>I've uploaded a binary snapshot of qt3 on <BR>http://webdev.cegit.de/snapshots/kde-cygwin/qt/. <BR><BR>Is anyone there who can give it a try an report founded issues ? <BR><BR>Regards <BR>Ralf <BR><BR>_______________________________________________<BR>kde-cygwin mailing list<BR>kde-cygwin@kde.org<BR>https://mail.kde.org/mailman/listinfo/kde-cygwin<BR></BLOCKQUOTE><p>
                <hr size=1>
Découvrez le nouveau Yahoo! Mail : <font color="red">250 Mo d'espace</font> de stockage pour vos mails !<br><a href="http://fr.rd.yahoo.com/mail/taglines/*http://fr.rd.yahoo.com/evt=25917/*http://fr.rd.yahoo.com/mail_fr/mail_campaigns/splash/taglines_250/default/*http://fr.promotions.yahoo.com/mail/creer28.html">Créez votre Yahoo! Mail</a>