J
jim.massengale
The Libraries that I am linking with are compiled in Visual 6.0. I have
an exported CEPAttribute with the function
CEPAttribute::GetLineStyle(CString &_strValue). The project that I am
compiling in VC7 (2003) uses the CEPAttribute but doesn't call the
::GetLineStyle(CString) function.
When it links I get the following error:
error LNK2001: unresolved external symbol "public: virtual int
__thiscall CEPAttribute::GetLineStyle(class ATL::CStringT<char,class
StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > &)const "
(?GetLineStyle@CEPAttribute@@UBEHAAV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@@Z)
Any ideas what the work around would be?
Jim
an exported CEPAttribute with the function
CEPAttribute::GetLineStyle(CString &_strValue). The project that I am
compiling in VC7 (2003) uses the CEPAttribute but doesn't call the
::GetLineStyle(CString) function.
When it links I get the following error:
error LNK2001: unresolved external symbol "public: virtual int
__thiscall CEPAttribute::GetLineStyle(class ATL::CStringT<char,class
StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > &)const "
(?GetLineStyle@CEPAttribute@@UBEHAAV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@@Z)
Any ideas what the work around would be?
Jim