S
Shailja
Hi All,
I have an application (EXE) implemented in VC6, that uses
Stringrays Objective Toolkit and Objective Grid classes.
When i try to port this application to VC7 i get various
linking errors mostly with id LNK2001, LNK2005, LNK2019
etc..
For Exampke:
RMSCTreeCtrl.obj : error LNK2019: unresolved external
symbol "public: void __thiscall SECTreeNode:eleteChildren
(void)" (?DeleteChildren@SECTreeNode@@QAEXXZ) referenced
in function "public: virtual __thiscall
SECTreeNode::~SECTreeNode(void)" (??1SECTreeNode@@UAE@XZ)
ResultsGrid.obj : error LNK2001: unresolved external
symbol "public: virtual class ATL::CStringT<char,class
StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >
__thiscall CGXGridCore::GetCopyTextRowCol(unsigned
long,unsigned long)" (?GetCopyTextRowCol@CGXGridCore@@UAE?
AV?$CStringT@DV?$StrTraitMFC@DV?
$ChTraitsCRT@D@ATL@@@@@ATL@@KK@Z)
ResultsGrid.obj : error LNK2001: unresolved external
symbol "public: virtual void __thiscall
CGXGridCore::GetSortKey(class CGXControl *,unsigned
long,unsigned long,struct CGXSortInfo const &,class
CGXStyle const &,class ATL::CStringT<char,class
StrTraitMFC<char,class ATL::ChTraitsCRT<char> > > &)" (?
GetSortKey@CGXGridCore@@UAEXPAVCGXControl@@KKABUCGXSortInfo
@@ABVCGXStyle@@AAV?$CStringT@DV?$StrTraitMFC@DV?
$ChTraitsCRT@D@ATL@@@@@ATL@@@Z)
I was unable to get information about these errors from
stringrays site. Please help me as mine is a critical
application and needs to be ported to .Net .
Thanks in advance,
Shailja
I have an application (EXE) implemented in VC6, that uses
Stringrays Objective Toolkit and Objective Grid classes.
When i try to port this application to VC7 i get various
linking errors mostly with id LNK2001, LNK2005, LNK2019
etc..
For Exampke:
RMSCTreeCtrl.obj : error LNK2019: unresolved external
symbol "public: void __thiscall SECTreeNode:eleteChildren
(void)" (?DeleteChildren@SECTreeNode@@QAEXXZ) referenced
in function "public: virtual __thiscall
SECTreeNode::~SECTreeNode(void)" (??1SECTreeNode@@UAE@XZ)
ResultsGrid.obj : error LNK2001: unresolved external
symbol "public: virtual class ATL::CStringT<char,class
StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >
__thiscall CGXGridCore::GetCopyTextRowCol(unsigned
long,unsigned long)" (?GetCopyTextRowCol@CGXGridCore@@UAE?
AV?$CStringT@DV?$StrTraitMFC@DV?
$ChTraitsCRT@D@ATL@@@@@ATL@@KK@Z)
ResultsGrid.obj : error LNK2001: unresolved external
symbol "public: virtual void __thiscall
CGXGridCore::GetSortKey(class CGXControl *,unsigned
long,unsigned long,struct CGXSortInfo const &,class
CGXStyle const &,class ATL::CStringT<char,class
StrTraitMFC<char,class ATL::ChTraitsCRT<char> > > &)" (?
GetSortKey@CGXGridCore@@UAEXPAVCGXControl@@KKABUCGXSortInfo
@@ABVCGXStyle@@AAV?$CStringT@DV?$StrTraitMFC@DV?
$ChTraitsCRT@D@ATL@@@@@ATL@@@Z)
I was unable to get information about these errors from
stringrays site. Please help me as mine is a critical
application and needs to be ported to .Net .
Thanks in advance,
Shailja