You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by E V K <el...@netscape.net> on 2007/04/02 18:27:52 UTC

More linking errors...

Does anyone have an idea about these linking errors? I cannot figure out what
causes them...

Thanks a ton in advance,

EVK


XMLString.obj : error LNK2019: unresolved external symbol "public: static
unsigned short const * const
xercesc_2_7::XMLUni::fgArrayIndexOutOfBoundsException_Name"
(?fgArrayIndexOutOfBoundsException_Name@XMLUni@xercesc_2_7@@2QBGB)
referenced in function "public: virtual unsigned short const * __thiscall
xercesc_2_7::ArrayIndexOutOfBoundsException::getType(void)const "
(?getType@ArrayIndexOutOfBoundsException@xercesc_2_7@@UBEPBGXZ)
XMLString.obj : error LNK2019: unresolved external symbol "public: static
unsigned short const * const
xercesc_2_7::XMLUni::fgIllegalArgumentException_Name"
(?fgIllegalArgumentException_Name@XMLUni@xercesc_2_7@@2QBGB) referenced in
function "public: virtual unsigned short const * __thiscall
xercesc_2_7::IllegalArgumentException::getType(void)const "
(?getType@IllegalArgumentException@xercesc_2_7@@UBEPBGXZ)
XMLString.obj : error LNK2019: unresolved external symbol "public: static
unsigned short const * const
xercesc_2_7::XMLUni::fgNumberFormatException_Name"
(?fgNumberFormatException_Name@XMLUni@xercesc_2_7@@2QBGB) referenced in
function "public: virtual unsigned short const * __thiscall
xercesc_2_7::NumberFormatException::getType(void)const "
(?getType@NumberFormatException@xercesc_2_7@@UBEPBGXZ)
XMLString.obj : error LNK2019: unresolved external symbol "public: static
unsigned short const * const xercesc_2_7::XMLUni::fgRuntimeException_Name"
(?fgRuntimeException_Name@XMLUni@xercesc_2_7@@2QBGB) referenced in function
"public: virtual unsigned short const * __thiscall
xercesc_2_7::RuntimeException::getType(void)const "
(?getType@RuntimeException@xercesc_2_7@@UBEPBGXZ)
XMLString.obj : error LNK2019: unresolved external symbol "private: static
unsigned char * xercesc_2_7::XMLChar1_0::fgCharCharsTable1_0"
(?fgCharCharsTable1_0@XMLChar1_0@xercesc_2_7@@0PAEA) referenced in function
"public: static bool __cdecl xercesc_2_7::XMLChar1_0::isWhitespace(unsigned
short)" (?isWhitespace@XMLChar1_0@xercesc_2_7@@SA_NG@Z)
XMLString.obj : error LNK2019: unresolved external symbol "public: static
bool __cdecl xercesc_2_7::XMLChar1_0::isValidNCName(unsigned short const *
const,unsigned int)" (?isValidNCName@XMLChar1_0@xercesc_2_7@@SA_NQBGI@Z)
referenced in function "public: static bool __cdecl
xercesc_2_7::XMLString::isValidNCName(unsigned short const * const)"
(?isValidNCName@XMLString@xercesc_2_7@@SA_NQBG@Z)
XMLString.obj : error LNK2019: unresolved external symbol "public: static
bool __cdecl xercesc_2_7::XMLChar1_0::isValidName(unsigned short const *
const,unsigned int)" (?isValidName@XMLChar1_0@xercesc_2_7@@SA_NQBGI@Z)
referenced in function "public: static bool __cdecl
xercesc_2_7::XMLString::isValidName(unsigned short const * const)"
(?isValidName@XMLString@xercesc_2_7@@SA_NQBG@Z)
XMLString.obj : error LNK2019: unresolved external symbol "public: static
bool __cdecl xercesc_2_7::XMLChar1_0::isValidQName(unsigned short const *
const,unsigned int)" (?isValidQName@XMLChar1_0@xercesc_2_7@@SA_NQBGI@Z)
referenced in function "public: static bool __cdecl
xercesc_2_7::XMLString::isValidQName(unsigned short const * const)"
(?isValidQName@XMLString@xercesc_2_7@@SA_NQBG@Z)
XMLString.obj : error LNK2019: unresolved external symbol "public: static
bool __cdecl xercesc_2_7::XMLChar1_0::isAllSpaces(unsigned short const *
const,unsigned int)" (?isAllSpaces@XMLChar1_0@xercesc_2_7@@SA_NQBGI@Z)
referenced in function "public: static bool __cdecl
xercesc_2_7::XMLString::isAllWhiteSpace(unsigned short const * const)"
(?isAllWhiteSpace@XMLString@xercesc_2_7@@SA_NQBG@Z)
XMLString.obj : error LNK2019: unresolved external symbol "public: static
class xercesc_2_7::XMLTransService *
xercesc_2_7::XMLPlatformUtils::fgTransService"
(?fgTransService@XMLPlatformUtils@xercesc_2_7@@2PAVXMLTransService@2@A)
referenced in function "public: static int __cdecl
xercesc_2_7::XMLString::compareIString(unsigned short const * const,unsigned
short const * const)" (?compareIString@XMLString@xercesc_2_7@@SAHQBG0@Z)
XMLString.obj : error LNK2019: unresolved external symbol "public:
__thiscall xercesc_2_7::XMLUri::XMLUri(unsigned short const * const,class
xercesc_2_7::MemoryManager * const)"
(??0XMLUri@xercesc_2_7@@QAE@QBGQAVMemoryManager@1@@Z) referenced in function
"public: static bool __cdecl
xercesc_2_7::XMLString::isValidNOTATION(unsigned short const * const,class
xercesc_2_7::MemoryManager * const)"
(?isValidNOTATION@XMLString@xercesc_2_7@@SA_NQBGQAVMemoryManager@2@@Z)
LIBCMTD.lib(crt0.obj) : error LNK2019: unresolved external symbol _main
referenced in function ___tmainCRTStartup
-- 
View this message in context: http://www.nabble.com/More-linking-errors...-tf3506756.html#a9794136
Sent from the Xerces - C - Users mailing list archive at Nabble.com.