stlport_vc7_static.lib(dll_main.obj) : error LNK2005: "public: virtual char const * __thiscall _STL::__Named_exception::what(void)const " (?what@__Named_exception@_STL@@UBEPBDXZ) already defined in ADLSearchFrame.obj
stlport_vc7_static.lib(dll_main.obj) : error LNK2005: "public: virtual __thiscall _STL::__Named_exception::~__Named_exception(void)" (??1__Named_exception@_STL@@UAE@XZ) already defined in ADLSearchFrame.obj
stlport_vc7_static.lib(dll_main.obj) : error LNK2005: "public: virtual __thiscall _STL::logic_error::~logic_error(void)" (??1logic_error@_STL@@UAE@XZ) already defined in ADLSearchFrame.obj
stlport_vc7_static.lib(dll_main.obj) : error LNK2005: "public: virtual __thiscall _STL::length_error::~length_error(void)" (??1length_error@_STL@@UAE@XZ) already defined in ADLSearchFrame.obj
stlport_vc7_static.lib(dll_main.obj) : error LNK2005: "public: virtual __thiscall _STL::out_of_range::~out_of_range(void)" (??1out_of_range@_STL@@UAE@XZ) already defined in Advanced2Page.obj
stlport_vc7_static.lib(dll_main.obj) : error LNK2005: "public: __thiscall _STL::__Named_exception::__Named_exception(class _STL::basic_string,class _STL::allocator > const &)" (??0__Named_exception@_STL@@QAE@ABV?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@1@@Z) already defined in ADLSearchFrame.obj
stlport_vc7_static.lib(dll_main.obj) : error LNK2005: "void __cdecl _STL::__stl_throw_out_of_range(char const *)" (?__stl_throw_out_of_range@_STL@@YAXPBD@Z) already defined in Advanced2Page.obj
stlport_vc7_static.lib(dll_main.obj) : error LNK2005: "void __cdecl _STL::__stl_throw_length_error(char const *)" (?__stl_throw_length_error@_STL@@YAXPBD@Z) already defined in ADLSearchFrame.obj
LIBCMTD.lib(crt0init.obj) : warning LNK4098: defaultlib 'libcmt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
.\App/DCPlusPlus.exe : fatal error LNK1169: one or more multiply defined symbols found
I received this putput in compiling.
Workd all correctly but compile process "crash" on linking pakage. I've followed the rules in compile.txt and i'm using all newest version of dc++ and add-in package in vc 2003.
Help me!
Bye all, McK