Qt-interest Archive, April 2002
Qt 303 + VC .net
Message 1 in thread
I posted a question a while back and saw a number of threads, but did anyone
ever get the latest Qt working with VC7? Perhaps it is impossible with .dlls
but is it possible if you do static linking?
Thanks a bunches,
Craig
Message 2 in thread
Ah, the "Visual C++ 7.0 sucks" thread, who could forget it ;-)
The Qt header files were not fixed for 3.0.3. I have been told by TT support that Volker was not there in March, so I am hoping this
will be corrected in 3.0.4.
FWIW, yes, it is easily possible to get a DLL build of Qt 3.0.3 with MSVC 7:
- in Visual Studio, use "Find in files" to get a list of *all* Qt 3.0.3 header files (not only those in %QTDIR%/include) that
contain the word "template"
- open the files and search for "Q_EXPORT". When that shows up in a template class definition, delete it. Keep specializations
untouched.
- start a full rebuild of Qt
See also the following thread:
http://lists.trolltech.com/qt-interest/2002-03/thread00409-0.html
HTH,
Soeren
----- Original Message -----
From: "Craig Black" <cblack@ara.com>
To: "qt-list" <qt-interest@trolltech.com>
Sent: Tuesday, April 16, 2002 4:54 PM
Subject: Qt 303 + VC .net
> I posted a question a while back and saw a number of threads, but did anyone
> ever get the latest Qt working with VC7? Perhaps it is impossible with .dlls
> but is it possible if you do static linking?
>
> Thanks a bunches,
>
> Craig
>
> --
> List archive and information: http://lists.trolltech.com/qt-interest/