For Programmers: Free Programming Magazines  


Home > Archive > Visual Studio > March 2005 > Linking VS.NET 2003 library with VS 6.0. project









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Linking VS.NET 2003 library with VS 6.0. project
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)



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com