- Code: Select all
------ Rebuild All started: Project: wxauitest, Configuration: Release Win32 ------
Deleting intermediate files and output files for project 'wxauitest', configuration 'Release|Win32'.
Compiling...
wxauitest.cpp
Compiling resources...
Linking...
MSVCRT.lib(MSVCR71.dll) : error LNK2005: _free already defined in LIBCMT.lib(free.obj)
MSVCRT.lib(MSVCR71.dll) : error LNK2005: _time already defined in LIBCMT.lib(time.obj)
MSVCRT.lib(MSVCR71.dll) : error LNK2005: _atoi already defined in LIBCMT.lib(atox.obj)
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::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/wxauitest.exe : fatal error LNK1169: one or more multiply defined symbols found
Build log was saved at "file://d:\Projekte\wxaui-0.9.1\sample\Release\BuildLog.htm"
wxauitest - 6 error(s), 1 warning(s)
---------------------- Done ----------------------
Rebuild All: 0 succeeded, 1 failed, 0 skipped
what am i doing wrong? i've setup all the include and lib paths