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" ([EMAIL PROTECTED]@xercesc_2_7@@2QBGB) referenced in function "public: virtual unsigned short const * __thiscall xercesc_2_7::ArrayIndexOutOfBoundsException::getType(void)const " ([EMAIL PROTECTED]@xercesc_2_7@@UBEPBGXZ) XMLString.obj : error LNK2019: unresolved external symbol "public: static unsigned short const * const xercesc_2_7::XMLUni::fgIllegalArgumentException_Name" ([EMAIL PROTECTED]@xercesc_2_7@@2QBGB) referenced in function "public: virtual unsigned short const * __thiscall xercesc_2_7::IllegalArgumentException::getType(void)const " ([EMAIL PROTECTED]@xercesc_2_7@@UBEPBGXZ) XMLString.obj : error LNK2019: unresolved external symbol "public: static unsigned short const * const xercesc_2_7::XMLUni::fgNumberFormatException_Name" ([EMAIL PROTECTED]@xercesc_2_7@@2QBGB) referenced in function "public: virtual unsigned short const * __thiscall xercesc_2_7::NumberFormatException::getType(void)const " ([EMAIL PROTECTED]@xercesc_2_7@@UBEPBGXZ) XMLString.obj : error LNK2019: unresolved external symbol "public: static unsigned short const * const xercesc_2_7::XMLUni::fgRuntimeException_Name" ([EMAIL PROTECTED]@xercesc_2_7@@2QBGB) referenced in function "public: virtual unsigned short const * __thiscall xercesc_2_7::RuntimeException::getType(void)const " ([EMAIL PROTECTED]@xercesc_2_7@@UBEPBGXZ) XMLString.obj : error LNK2019: unresolved external symbol "private: static unsigned char * xercesc_2_7::XMLChar1_0::fgCharCharsTable1_0" ([EMAIL PROTECTED]@xercesc_2_7@@0PAEA) referenced in function "public: static bool __cdecl xercesc_2_7::XMLChar1_0::isWhitespace(unsigned short)" ([EMAIL PROTECTED]@xercesc_2_7@@[EMAIL PROTECTED]) XMLString.obj : error LNK2019: unresolved external symbol "public: static bool __cdecl xercesc_2_7::XMLChar1_0::isValidNCName(unsigned short const * const,unsigned int)" ([EMAIL PROTECTED]@xercesc_2_7@@[EMAIL PROTECTED]) referenced in function "public: static bool __cdecl xercesc_2_7::XMLString::isValidNCName(unsigned short const * const)" ([EMAIL PROTECTED]@xercesc_2_7@@[EMAIL PROTECTED]) XMLString.obj : error LNK2019: unresolved external symbol "public: static bool __cdecl xercesc_2_7::XMLChar1_0::isValidName(unsigned short const * const,unsigned int)" ([EMAIL PROTECTED]@xercesc_2_7@@[EMAIL PROTECTED]) referenced in function "public: static bool __cdecl xercesc_2_7::XMLString::isValidName(unsigned short const * const)" ([EMAIL PROTECTED]@xercesc_2_7@@[EMAIL PROTECTED]) XMLString.obj : error LNK2019: unresolved external symbol "public: static bool __cdecl xercesc_2_7::XMLChar1_0::isValidQName(unsigned short const * const,unsigned int)" ([EMAIL PROTECTED]@xercesc_2_7@@[EMAIL PROTECTED]) referenced in function "public: static bool __cdecl xercesc_2_7::XMLString::isValidQName(unsigned short const * const)" ([EMAIL PROTECTED]@xercesc_2_7@@[EMAIL PROTECTED]) XMLString.obj : error LNK2019: unresolved external symbol "public: static bool __cdecl xercesc_2_7::XMLChar1_0::isAllSpaces(unsigned short const * const,unsigned int)" ([EMAIL PROTECTED]@xercesc_2_7@@[EMAIL PROTECTED]) referenced in function "public: static bool __cdecl xercesc_2_7::XMLString::isAllWhiteSpace(unsigned short const * const)" ([EMAIL PROTECTED]@xercesc_2_7@@[EMAIL PROTECTED]) XMLString.obj : error LNK2019: unresolved external symbol "public: static class xercesc_2_7::XMLTransService * xercesc_2_7::XMLPlatformUtils::fgTransService" ([EMAIL PROTECTED]@xercesc_2_7@@[EMAIL PROTECTED]@A) referenced in function "public: static int __cdecl xercesc_2_7::XMLString::compareIString(unsigned short const * const,unsigned short const * const)" ([EMAIL PROTECTED]@xercesc_2_7@@[EMAIL PROTECTED]) XMLString.obj : error LNK2019: unresolved external symbol "public: __thiscall xercesc_2_7::XMLUri::XMLUri(unsigned short const * const,class xercesc_2_7::MemoryManager * const)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@1@@Z) referenced in function "public: static bool __cdecl xercesc_2_7::XMLString::isValidNOTATION(unsigned short const * const,class xercesc_2_7::MemoryManager * const)" ([EMAIL PROTECTED]@xercesc_2_7@@[EMAIL PROTECTED]@@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.
