Unable to build with Qt 4.2.3 / MSVC 2005.
It fails at link stage with:
"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" -f Makefile.Release
link /LIBPATH:"c:\Qt\4.2.2\lib" /NOLOGO /INCREMENTAL:NO /INCREMENTAL:NO /MANIFESTFILE:"release\cobras.intermediate.manifest " /SUBSYSTEM:WINDOWS /OUT:release\cobras.exe @C:\DOCUME~1\RACHEE~1.000\LOCALS~1\Temp\nm492.tmp
msvcrt.lib(ti_inst.obj) : error LNK2005: "private: __thiscall type_info::type_info(class type_info const &)" (??0type_info@@AAE@ABV0@@Z) already defined in LIBCMT.lib(typinfo.obj)
msvcrt.lib(ti_inst.obj) : error LNK2005: "private: class type_info & __thiscall type_info:

perator=(class type_info const &)" (??4type_info@@AAEAAV0@ABV0@@Z) already defined in LIBCMT.lib(typinfo.obj)
LIBCMT.lib(crt0init.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
release\cobras.exe : fatal error LNK1169: one or more multiply defined symbols found
Bookmarks