Hi All, My application using the Xerces, while compiling my source code, I am getting following error.
1>libgcrypt.dll.a(d000183.o) : warning LNK4078: multiple '.text' sections found with different attributes (E0300020) 1> Creating library Debug/ovaldiD.lib and object Debug/ovaldiD.exp 1>VariableValue.obj : error LNK2001: unresolved external symbol "public: static void __cdecl xercesc_2_8::XMLString::release(unsigned short * *)" (?release@XMLString@xercesc_2_8@@SAXPAPAG@Z) 1>CollectedObject.obj : error LNK2019: unresolved external symbol "public: static void __cdecl xercesc_2_8::XMLString::release(unsigned short * *)" (?release@XMLString@xercesc_2_8@@SAXPAPAG@Z) referenced in function "public: void __thiscall CollectedObject::Write(class xercesc_2_8::DOMDocument *,class xercesc_2_8::DOMElement *)" (?Write@CollectedObject@@QAEXPAVDOMDocument@xercesc_2_8@@PAVDOMElement@3@@Z) 1>Item.obj : error LNK2001: unresolved external symbol "public: static void __cdecl xercesc_2_8::XMLString::release(unsigned short * *)" (?release@XMLString@xercesc_2_8@@SAXPAPAG@Z) 1>XmlCommon.obj : error LNK2001: unresolved external symbol "public: static void __cdecl xercesc_2_8::XMLString::release(unsigned short * *)" (?release@XMLString@xercesc_2_8@@SAXPAPAG@Z) 1>XmlProcessor.obj : error LNK2001: unresolved external symbol "public: static void __cdecl xercesc_2_8::XMLString::release(unsigned short * *)" (?release@XMLString@xercesc_2_8@@SAXPAPAG@Z) 1>StringEntityValue.obj : error LNK2001: unresolved external symbol "public: static unsigned short * __cdecl xercesc_2_8::XMLString::transcode(char const * const)" (?transcode@XMLString@xercesc_2_8@@SAPAGQBD@Z) 1>XmlCommon.obj : error LNK2001: unresolved external symbol "public: static unsigned short * __cdecl xercesc_2_8::XMLString::transcode(char const * const)" (?transcode@XMLString@xercesc_2_8@@SAPAGQBD@Z) 1>XmlProcessor.obj : error LNK2001: unresolved external symbol "public: static unsigned short * __cdecl xercesc_2_8::XMLString::transcode(char const * const)" (?transcode@XMLString@xercesc_2_8@@SAPAGQBD@Z) 1>VariableValue.obj : error LNK2001: unresolved external symbol "public: static unsigned short * __cdecl xercesc_2_8::XMLString::transcode(char const * const)" (?transcode@XMLString@xercesc_2_8@@SAPAGQBD@Z) 1>CollectedObject.obj : error LNK2019: unresolved external symbol "public: static unsigned short * __cdecl xercesc_2_8::XMLString::transcode(char const * const)" (?transcode@XMLString@xercesc_2_8@@SAPAGQBD@Z) referenced in function "public: void __thiscall CollectedObject::Write(class xercesc_2_8::DOMDocument *,class xercesc_2_8::DOMElement *)" (?Write@CollectedObject@@QAEXPAVDOMDocument@xercesc_2_8@@PAVDOMElement@3@@Z) 1>Item.obj : error LNK2001: unresolved external symbol "public: static unsigned short * __cdecl xercesc_2_8::XMLString::transcode(char const * const)" (?transcode@XMLString@xercesc_2_8@@SAPAGQBD@Z) 1>ItemEntity.obj : error LNK2001: unresolved external symbol "public: static unsigned short * __cdecl xercesc_2_8::XMLString::transcode(char const * const)" (?transcode@XMLString@xercesc_2_8@@SAPAGQBD@Z) 1>ItemFieldEntityValue.obj : error LNK2001: unresolved external symbol "public: static unsigned short * __cdecl xercesc_2_8::XMLString::transcode(char const * const)" (?transcode@XMLString@xercesc_2_8@@SAPAGQBD@Z) 1>ProbeFactory.obj : error LNK2019: unresolved external symbol "public: static class xercesc_2_8::MemoryManager & __cdecl xalanc_1_10::XalanMemMgrs::getDefaultXercesMemMgr(void)" (?getDefaultXercesMemMgr@XalanMemMgrs@xalanc_1_10@@SAAAVMemoryManager@xercesc_2_8@@XZ) referenced in function "public: static class xercesc_2_8::MemoryManager & __cdecl xalanc_1_10::XalanMemMgrs::getDefault(void)" (?getDefault@XalanMemMgrs@xalanc_1_10@@SAAAVMemoryManager@xercesc_2_8@@XZ) 1>Main.obj : error LNK2001: unresolved external symbol "public: static class xercesc_2_8::MemoryManager & __cdecl xalanc_1_10::XalanMemMgrs::getDefaultXercesMemMgr(void)" (?getDefaultXercesMemMgr@XalanMemMgrs@xalanc_1_10@@SAAAVMemoryManager@xercesc_2_8@@XZ) 1>XmlFileContentProbe.obj : error LNK2001: unresolved external symbol "public: static class xercesc_2_8::MemoryManager & __cdecl xalanc_1_10::XalanMemMgrs::getDefaultXercesMemMgr(void)" (?getDefaultXercesMemMgr@XalanMemMgrs@xalanc_1_10@@SAAAVMemoryManager@xercesc_2_8@@XZ) 1>DataCollector.obj : error LNK2001: unresolved external symbol "public: static class xercesc_2_8::MemoryManager & __cdecl xalanc_1_10::XalanMemMgrs::getDefaultXercesMemMgr(void)" (?getDefaultXercesMemMgr@XalanMemMgrs@xalanc_1_10@@SAAAVMemoryManager@xercesc_2_8@@XZ) 1>ObjectCollector.obj : error LNK2001: unresolved external symbol "public: static class xercesc_2_8::MemoryManager & __cdecl xalanc_1_10::XalanMemMgrs::getDefaultXercesMemMgr(void)" (?getDefaultXercesMemMgr@XalanMemMgrs@xalanc_1_10@@SAAAVMemoryManager@xercesc_2_8@@XZ) 1>XmlFileContentProbe.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall xalanc_1_10::NodeRefList::NodeRefList(class xalanc_1_10::NodeRefList const &,class xercesc_2_8::MemoryManager &)" (__imp_??0NodeRefList@xalanc_1_10@@QAE@ABV01@AAVMemoryManager@xercesc_2_8@@@Z) referenced in function __catch$?EvaluateXpath@XmlFileContentProbe@@AAEPAVItem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z$0 1>XmlFileContentProbe.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall xalanc_1_10::NodeRefList::NodeRefList(class xalanc_1_10::NodeRefListBase const &,class xercesc_2_8::MemoryManager &)" (__imp_??0NodeRefList@xalanc_1_10@@QAE@ABVNodeRefListBase@1@AAVMemoryManager@xercesc_2_8@@@Z) referenced in function __catch$?EvaluateXpath@XmlFileContentProbe@@AAEPAVItem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z$0 1>XmlFileContentProbe.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall xalanc_1_10::XPathEvaluator::XPathEvaluator(class xercesc_2_8::MemoryManager &)" (__imp_??0XPathEvaluator@xalanc_1_10@@QAE@AAVMemoryManager@xercesc_2_8@@@Z) referenced in function __catch$?EvaluateXpath@XmlFileContentProbe@@AAEPAVItem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z$0 1>XmlFileContentProbe.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall xalanc_1_10::XalanDocumentPrefixResolver::XalanDocumentPrefixResolver(class xalanc_1_10::XalanDocument const *,class xalanc_1_10::XalanDOMString const &,class xercesc_2_8::MemoryManager &)" (__imp_??0XalanDocumentPrefixResolver@xalanc_1_10@@QAE@PBVXalanDocument@1@ABVXalanDOMString@1@AAVMemoryManager@xercesc_2_8@@@Z) referenced in function __catch$?EvaluateXpath@XmlFileContentProbe@@AAEPAVItem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z$0 1>XmlFileContentProbe.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual class xalanc_1_10::XalanDocument * __thiscall xalanc_1_10::XalanSourceTreeParserLiaison::parseXMLStream(class xercesc_2_8::InputSource const &,class xalanc_1_10::XalanDOMString const &)" (__imp_?parseXMLStream@XalanSourceTreeParserLiaison@xalanc_1_10@@UAEPAVXalanDocument@2@ABVInputSource@xercesc_2_8@@ABVXalanDOMString@2@@Z) referenced in function "private: class Item * __thiscall XmlFileContentProbe::EvaluateXpath(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?EvaluateXpath@XmlFileContentProbe@@AAEPAVItem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z) 1>XmlFileContentProbe.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall xalanc_1_10::XalanDOMString::XalanDOMString(class xercesc_2_8::MemoryManager &)" (__imp_??0XalanDOMString@xalanc_1_10@@QAE@AAVMemoryManager@xercesc_2_8@@@Z) referenced in function "private: class Item * __thiscall XmlFileContentProbe::EvaluateXpath(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?EvaluateXpath@XmlFileContentProbe@@AAEPAVItem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z) 1>XmlFileContentProbe.obj : error LNK2019: unresolved external symbol "public: static class xercesc_2_8::MemoryManager & __cdecl xalanc_1_10::XalanMemMgrs::getDummyMemMgr(void)" (?getDummyMemMgr@XalanMemMgrs@xalanc_1_10@@SAAAVMemoryManager@xercesc_2_8@@XZ) referenced in function "private: class Item * __thiscall XmlFileContentProbe::EvaluateXpath(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?EvaluateXpath@XmlFileContentProbe@@AAEPAVItem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z) 1>XmlFileContentProbe.obj : error LNK2019: unresolved external symbol "public: __thiscall xercesc_2_8::LocalFileInputSource::LocalFileInputSource(unsigned short const * const,class xercesc_2_8::MemoryManager * const)" (??0LocalFileInputSource@xercesc_2_8@@QAE@QBGQAVMemoryManager@1@@Z) referenced in function "private: class Item * __thiscall XmlFileContentProbe::EvaluateXpath(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?EvaluateXpath@XmlFileContentProbe@@AAEPAVItem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z) 1>XmlProcessor.obj : error LNK2001: unresolved external symbol "public: __thiscall xercesc_2_8::LocalFileInputSource::LocalFileInputSource(unsigned short const * const,class xercesc_2_8::MemoryManager * const)" (??0LocalFileInputSource@xercesc_2_8@@QAE@QBGQAVMemoryManager@1@@Z) 1>XmlFileContentProbe.obj : error LNK2001: unresolved external symbol "public: static class xercesc_2_8::MemoryManager * xercesc_2_8::XMLPlatformUtils::fgMemoryManager" (?fgMemoryManager@XMLPlatformUtils@xercesc_2_8@@2PAVMemoryManager@2@A) 1>XmlProcessor.obj : error LNK2001: unresolved external symbol "public: static class xercesc_2_8::MemoryManager * xercesc_2_8::XMLPlatformUtils::fgMemoryManager" (?fgMemoryManager@XMLPlatformUtils@xercesc_2_8@@2PAVMemoryManager@2@A) 1>XmlFileContentProbe.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall xalanc_1_10::XalanDOMString::XalanDOMString(char const *,class xercesc_2_8::MemoryManager &,unsigned int)" (__imp_??0XalanDOMString@xalanc_1_10@@QAE@PBDAAVMemoryManager@xercesc_2_8@@I@Z) referenced in function "private: class Item * __thiscall XmlFileContentProbe::EvaluateXpath(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?EvaluateXpath@XmlFileContentProbe@@AAEPAVItem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z) 1>XmlFileContentProbe.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual void __thiscall xalanc_1_10::XalanSourceTreeParserLiaison::setEntityResolver(class xercesc_2_8::EntityResolver *)" (__imp_?setEntityResolver@XalanSourceTreeParserLiaison@xalanc_1_10@@UAEXPAVEntityResolver@xercesc_2_8@@@Z) referenced in function "private: class Item * __thiscall XmlFileContentProbe::EvaluateXpath(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?EvaluateXpath@XmlFileContentProbe@@AAEPAVItem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z) 1>XmlFileContentProbe.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall xalanc_1_10::XalanSourceTreeParserLiaison::XalanSourceTreeParserLiaison(class xalanc_1_10::XalanSourceTreeDOMSupport &,class xercesc_2_8::MemoryManager &)" (__imp_??0XalanSourceTreeParserLiaison@xalanc_1_10@@QAE@AAVXalanSourceTreeDOMSupport@1@AAVMemoryManager@xercesc_2_8@@@Z) referenced in function "private: class Item * __thiscall XmlFileContentProbe::EvaluateXpath(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?EvaluateXpath@XmlFileContentProbe@@AAEPAVItem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z) 1>XmlFileContentProbe.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall xalanc_1_10::XalanSourceTreeInit::XalanSourceTreeInit(class xercesc_2_8::MemoryManager &)" (__imp_??0XalanSourceTreeInit@xalanc_1_10@@QAE@AAVMemoryManager@xercesc_2_8@@@Z) referenced in function "private: class Item * __thiscall XmlFileContentProbe::EvaluateXpath(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?EvaluateXpath@XmlFileContentProbe@@AAEPAVItem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z) 1>XmlFileContentProbe.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void __cdecl xalanc_1_10::XPathEvaluator::initialize(class xercesc_2_8::MemoryManager &)" (__imp_?initialize@XPathEvaluator@xalanc_1_10@@SAXAAVMemoryManager@xercesc_2_8@@@Z) referenced in function "private: class Item * __thiscall XmlFileContentProbe::EvaluateXpath(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?EvaluateXpath@XmlFileContentProbe@@AAEPAVItem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z) 1>XmlFileContentProbe.obj : error LNK2001: unresolved external symbol "public: static char const * const xercesc_2_8::XMLUni::fgXercescDefaultLocale" (?fgXercescDefaultLocale@XMLUni@xercesc_2_8@@2QBDB) 1>XmlProcessor.obj : error LNK2001: unresolved external symbol "public: static char const * const xercesc_2_8::XMLUni::fgXercescDefaultLocale" (?fgXercescDefaultLocale@XMLUni@xercesc_2_8@@2QBDB) 1>XmlFileContentProbe.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl xalanc_1_10::OutputString(class std::basic_ostream<char,struct std::char_traits<char> > &,unsigned short const *,class xercesc_2_8::MemoryManager &)" (__imp_?OutputString@xalanc_1_10@@YAXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@PBGAAVMemoryManager@xercesc_2_8@@@Z) referenced in function "void __cdecl xalanc_1_10::OutputString(class std::basic_ostream<char,struct std::char_traits<char> > &,class xalanc_1_10::XalanDOMString const &,class xercesc_2_8::MemoryManager &)" (?OutputString@xalanc_1_10@@YAXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@ABVXalanDOMString@1@AAVMemoryManager@xercesc_2_8@@@Z) 1>XmlFileContentProbe.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall xercesc_2_8::InputSource::setEncoding(unsigned short const * const)" (?setEncoding@InputSource@xercesc_2_8@@UAEXQBG@Z) 1>XmlFileContentProbe.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall xercesc_2_8::InputSource::setPublicId(unsigned short const * const)" (?setPublicId@InputSource@xercesc_2_8@@UAEXQBG@Z) 1>XmlFileContentProbe.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall xercesc_2_8::InputSource::setSystemId(unsigned short const * const)" (?setSystemId@InputSource@xercesc_2_8@@UAEXQBG@Z) 1>XmlCommon.obj : error LNK2019: unresolved external symbol "public: static char * __cdecl xercesc_2_8::XMLString::transcode(unsigned short const * const)" (?transcode@XMLString@xercesc_2_8@@SAPADQBG@Z) referenced in function "public: static class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl XmlCommon::ToString(unsigned short const *)" (?ToString@XmlCommon@@SA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBG@Z) 1>XmlProcessor.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * const xercesc_2_8::XMLUni::fgXercesDOMHasPSVIInfo" (?fgXercesDOMHasPSVIInfo@XMLUni@xercesc_2_8@@2QBGB) 1>XmlProcessor.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * const xercesc_2_8::XMLUni::fgXercesValidationErrorAsFatal" (?fgXercesValidationErrorAsFatal@XMLUni@xercesc_2_8@@2QBGB) 1>XmlProcessor.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * const xercesc_2_8::XMLUni::fgXercesSchemaFullChecking" (?fgXercesSchemaFullChecking@XMLUni@xercesc_2_8@@2QBGB) 1>XmlProcessor.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * const xercesc_2_8::XMLUni::fgXercesSchema" (?fgXercesSchema@XMLUni@xercesc_2_8@@2QBGB) 1>XmlProcessor.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * const xercesc_2_8::XMLUni::fgDOMValidation" (?fgDOMValidation@XMLUni@xercesc_2_8@@2QBGB) 1>XmlProcessor.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * const xercesc_2_8::XMLUni::fgDOMNamespaces" (?fgDOMNamespaces@XMLUni@xercesc_2_8@@2QBGB) 1>XmlProcessor.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * const xercesc_2_8::XMLUni::fgDOMDatatypeNormalization" (?fgDOMDatatypeNormalization@XMLUni@xercesc_2_8@@2QBGB) 1>XmlProcessor.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * const xercesc_2_8::XMLUni::fgDOMComments" (?fgDOMComments@XMLUni@xercesc_2_8@@2QBGB) 1>XmlProcessor.obj : error LNK2019: unresolved external symbol "public: static class xercesc_2_8::DOMImplementation * __cdecl xercesc_2_8::DOMImplementationRegistry::getDOMImplementation(unsigned short const *)" (?getDOMImplementation@DOMImplementationRegistry@xercesc_2_8@@SAPAVDOMImplementation@2@PBG@Z) referenced in function "public: class xercesc_2_8::DOMDocument * __thiscall XmlProcessor::ParseFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?ParseFile@XmlProcessor@@QAEPAVDOMDocument@xercesc_2_8@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) 1>XmlProcessor.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * const xercesc_2_8::XMLUni::fgDOMWRTBOM" (?fgDOMWRTBOM@XMLUni@xercesc_2_8@@2QBGB) 1>XmlProcessor.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * const xercesc_2_8::XMLUni::fgDOMWRTFormatPrettyPrint" (?fgDOMWRTFormatPrettyPrint@XMLUni@xercesc_2_8@@2QBGB) 1>XmlProcessor.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * const xercesc_2_8::XMLUni::fgDOMWRTDiscardDefaultContent" (?fgDOMWRTDiscardDefaultContent@XMLUni@xercesc_2_8@@2QBGB) 1>XmlProcessor.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * const xercesc_2_8::XMLUni::fgDOMWRTSplitCdataSections" (?fgDOMWRTSplitCdataSections@XMLUni@xercesc_2_8@@2QBGB) 1>XmlProcessor.obj : error LNK2019: unresolved external symbol "public: static bool __cdecl xercesc_2_8::XMLString::transcode(char const * const,unsigned short * const,unsigned int,class xercesc_2_8::MemoryManager * const)" (?transcode@XMLString@xercesc_2_8@@SA_NQBDQAGIQAVMemoryManager@2@@Z) referenced in function "public: void __thiscall XmlProcessor::WriteDOMDocument(class xercesc_2_8::DOMDocument *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)" (?WriteDOMDocument@XmlProcessor@@QAEXPAVDOMDocument@xercesc_2_8@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z) 1>Debug/ovaldiD.exe : fatal error LNK1120: 37 unresolved externals Anyone please help me out ASAP. Thanks in advance -- View this message in context: http://old.nabble.com/Visual-Studio-Install-%28win32%29-tp7852419p31179732.html Sent from the Xerces - C - Users mailing list archive at Nabble.com.
