[Qt-interest] Building Qt 4.4.3: linker errors LNK2019 w/ MSVC2003 on Windows
Robert Hairgrove
evorgriahr at hispeed.ch
Thu Dec 11 14:06:03 CET 2008
Robert Hairgrove wrote:
> I am trying to build the Qt libraries using the free MSVC 2003 toolkit.
> The Microsoft link.exe cannot find the following symbol, the member
> function QString::begin(), which is defined inline in <qstring.h>.
Actually, this is referring to std::wstring::begin(), not
QString::begin(). But this worked fine in 4.3.0. I will double-check my
MSVC import libraries and try again.
More information about the Qt-interest-old
mailing list