Hi,
this time, I try to compile the DTL example program under window XP
with MSVC2005, I can build the DTL porject (DTL.lib) successfully (with
lots of warning), however, when I continue to build the example
project, it fails and gives errors like:
msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: __thiscall
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &)" (??0?$basic_string@DU?
$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ABV01@@Z)
has already defined in DTL.lib(variant_row.obj)
please help...