| Larry Waibel 2005-03-28, 4:00 pm |
| We're trying to use a library built with VS.NET 2003 (using option /Zl) in
a
project being built with VS 6.0. I read the MSDN library stuff about the
standard C++ libraries and am including libcpmtd.lib. But I get a bunch
of 3
different types of linker problems and I can't figure out what I'm doing
wrong. Can someone point me in the right direction; thanks!
csolrtd7.lib(SimpleTimer.obj) : warning LNK4044: unrecognized option
"alternatename:__imp_??$?6U?$char_traits@D@std@@@std@@YA
AAV?$basic_ostream@DU
?$char_traits@D@std@@@0@AAV10@D@Z=__imp_??6std@@YA
AAV?$basic_ostream@DU?$char
_traits@D@std@@@0@AAV10@D@
Z"; ignored
csolrtd7.lib(threadutils.obj) : error LNK2001: unresolved external
symbol
@_RTC_CheckStackVars@8
csolrtd7.lib(threadutils.obj) : error LNK2001: unresolved external
symbol
"__declspec(dllimport) public: __thiscall std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char>
>::basic_string<char,struct
std::char_traits<char>,cl
ass std::allocator<char> >(char const *)"
(__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator
@D@2@@std@@QAE@PB
D@Z)
|