
17 Aug
2005
17 Aug
'05
6:12 p.m.
... many similar - needs to avoid incremental liking????
Shouldn't be a problem.
MSVCRT.lib(ti_inst.obj) : error LNK2005: "private: class type_info & __thiscall type_info::operator=(class type_info const &)" (??4type_info@@AAEAAV0@ABV0@@Z) already defined in LIBCMT.lib(typinfo.obj) LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library .\Release/unit_test_example1.exe : fatal error LNK1169: one or more multiply defined symbols found
Make sure project file is using same C runtime for both library and example compilation. Gennadiy