Boost logo

Boost :

From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-08-17 13:12:33


> ... 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_at_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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk