Getting LNK2001 && LNK2019 errors when I use lib functions

S

Sushma

CSiFtpConnection error LNK2001: unresolved external symbol "public:
virtual class ATL::CStringT<char,class StrTraitMFC_DLL<char,class
ATL::ChTraitsCRT<char> > > __thiscall
CSiException::BuildDefectInfoHelper(class ATL::CStringT<char,class
StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > &)"
(?BuildDefectInfoHelper@CSiException@@UAE?AV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@AAV23@@Z)


CSiFtpConnection error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall
CSiException::CSiException(class ATL::CStringT<char,class
StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > const &,class
ATL::CStringT<char,class StrTraitMFC_DLL<char,class
ATL::ChTraitsCRT<char> > > const &)"
(__imp_??0CSiException@@QAE@ABV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@0@Z)
referenced in function "public: int __thiscall
CSiFtpConnection::FindFileOrPDS(class ATL::CStringT<char,class
StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > >,bool)"
(?FindFileOrPDS@CSiFtpConnection@@QAEHV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@_N@Z)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top