急! LNK2022错误如何解决?
不熟悉.net,链接时遇到LNK2022错误,产生的部分错误信息如下,请高人们指点一下如何解决:
.obj : error LNK2022: (std.ostreambuf_iterator<char,std::char_traits<char> >): (0x02000097)。
.obj : error LNK2022: (std.ostreambuf_iterator<wchar_t,std::char_traits<wchar_t> >): (0x02000098)。
.obj : error LNK2022: (std._Iterator_base): (0x0200009f)。
.obj : error LNK2022: (std.logic_error): (0x020000a3)。
.obj : error LNK2022: (std.basic_string<char,std::char_traits<char>,std::allocator<char> >): (0x020000a4)。
.obj : error LNK2022: (std.domain_error): (0x020000a6)。
.obj : error LNK2022: (std.invalid_argument): (0x020000a7)。
.obj : error LNK2022: (std.length_error): (0x020000a8)。
.obj : error LNK2022: (std.out_of_range): (0x020000a9)。
.obj : error LNK2022: (std.runtime_error): (0x020000aa)。
.obj : error LNK2022: (std.overflow_error): (0x020000ab)。
.obj : error LNK2022: (std.underflow_error): (0x020000ac)。
.obj : error LNK2022: (std.range_error): (0x020000ad)。
.obj : error LNK2022: (std._Locinfo): (0x020000af)。
.obj : error LNK2022: (_Locimp): (0x020000b5)。
.obj : error LNK2022: (failure): (0x020000c1)。
.obj : error LNK2022: (std.basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t> >): (0x020000d4)。
.obj : error LNK2022: (std._String_val<char,std::allocator<char> >): (0x020000ed)。
.obj : error LNK2022: (std.istreambuf_iterator<char,std::char_traits<char> >): (0x020000ef)。
.obj : error LNK2022: (std.istreambuf_iterator<wchar_t,std::char_traits<wchar_t> >): (0x020000f0)。
.obj : error LNK2022: (std._String_val<wchar_t,std::allocator<wchar_t> >): (0x020000f4)。
.obj : error LNK2022: (std._Container_base): (0x020000f6)。