Subject: XAP_AbiObject question
From: Michael D. Pritchett (mpritchett@attglobal.net)
Date: Tue Jun 12 2001 - 10:26:37 CDT
Okay - I have exceeded my ability to understand what is going on. I am
getting the following errors when building a debug version under Win32 using
the makefile system (Note under the non-debug version, I don't have these
errors):
libAbiImpExp_s.lib(ie_imp.obj) : error LNK2001: unresolved external symbol
"public: virtual bool __thiscall XAP_AbiObject::equals(class XAP_AbiObject
*)const " (?equals@XAP_AbiObject@@UBE_NPAV1@@Z)
libAbiImpExp_s.lib(ie_exp.obj) : error LNK2001: unresolved external symbol
"public: virtual bool __thiscall XAP_AbiObject::equals(class XAP_AbiObject
*)const " (?equals@XAP_AbiObject@@UBE_NPAV1@@Z)
libAbiUtil_s.lib(ut_pair.obj) : error LNK2001: unresolved external symbol
"public: virtual bool __thiscall XAP_AbiObject::equals(class XAP_AbiObject
*)const " (?equals@XAP_AbiObject@@UBE_NPAV1@@Z)
libAbiImpExp_s.lib(ie_imp.obj) : error LNK2001: unresolved external symbol
"public: virtual unsigned int __thiscall XAP_AbiObject::hashcode(void)const
" (?hashcode@XAP_AbiObject@@UBEIXZ)
libAbiImpExp_s.lib(ie_exp.obj) : error LNK2001: unresolved external symbol
"public: virtual unsigned int __thiscall XAP_AbiObject::hashcode(void)const
" (?hashcode@XAP_AbiObject@@UBEIXZ)
libAbiUtil_s.lib(ut_pair.obj) : error LNK2001: unresolved external symbol
"public: virtual unsigned int __thiscall XAP_AbiObject::hashcode(void)const
" (?hashcode@XAP_AbiObject@@UBEIXZ)
libAbiImpExp_s.lib(ie_imp.obj) : error LNK2001: unresolved external symbol
"public: __thiscall XAP_AbiObject::XAP_AbiObject(void)"
(??0XAP_AbiObject@@QAE@XZ)
libAbiImpExp_s.lib(ie_exp.obj) : error LNK2001: unresolved external symbol
"public: __thiscall XAP_AbiObject::XAP_AbiObject(void)"
(??0XAP_AbiObject@@QAE@XZ)
libAbiUtil_s.lib(ut_pair.obj) : error LNK2001: unresolved external symbol
"public: __thiscall XAP_AbiObject::XAP_AbiObject(void)"
(??0XAP_AbiObject@@QAE@XZ)
libAbiImpExp_s.lib(ie_imp.obj) : error LNK2001: unresolved external symbol
"public: virtual __thiscall XAP_AbiObject::~XAP_AbiObject(void)"
(??1XAP_AbiObject@@UAE@XZ)
libAbiImpExp_s.lib(ie_exp.obj) : error LNK2001: unresolved external symbol
"public: virtual __thiscall XAP_AbiObject::~XAP_AbiObject(void)"
(??1XAP_AbiObject@@UAE@XZ)
libAbiUtil_s.lib(ut_pair.obj) : error LNK2001: unresolved external symbol
"public: virtual __thiscall XAP_AbiObject::~XAP_AbiObject(void)"
(??1XAP_AbiObject@@UAE@XZ)
libAbiImpExp_s.lib(ie_imp.obj) : error LNK2001: unresolved external symbol
"public: unsigned int __thiscall XAP_AbiObject::unref(void)"
(?unref@XAP_AbiObject@@QAEIXZ)
libAbiImpExp_s.lib(ie_exp.obj) : error LNK2001: unresolved external symbol
"public: unsigned int __thiscall XAP_AbiObject::unref(void)"
(?unref@XAP_AbiObject@@QAEIXZ)
libAbiImpExp_s.lib(ie_exp_PalmDoc.obj) : error LNK2001: unresolved external
symbol "public: __thiscall IE_Exp_Text::IE_Exp_Text(class PD_Document *)"
(??0IE_Exp_Text@@QAE@PAVPD_Document@@@Z)
Any help in getting past these linking errors would be appreciated.
Cheers!
Michael D. Pritchett
This archive was generated by hypermail 2b25 : Tue Jun 12 2001 - 10:37:32 CDT