Hi,

I'm using Qt 4.2.2 on an XP box and using nmake (C:\Program Files\Microsoft Visual Studio 8\VC\bin\nmake.exe).

I'm working on a legacy app that used STL strings and I'm getting multiply defined symbols linker errors because std::basic_string is defined in qtmain.lib and in msvcprt.lib.

Has anyone else come across this problem?

Thank you for your time.