From marin.bistricic at uljanik.hr Mon Jan 2 07:31:10 2012 From: marin.bistricic at uljanik.hr (=?UTF-8?B?TWFyaW4gQmlzdHJpxI1pxIc=?=) Date: Tue Jan 3 12:00:42 2012 Subject: [xsd-users] Handling XML documents that potentially do not fit into memory Message-ID: <4F01A38E.1050809@uljanik.hr> Hello! Is there a way to handle xml documents that potentially do not fit into memory? By handling I mean parsing and serializing back into xml file. Thanks in advance! Marin. The information in this email is confidential and it is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any distribution, copying, duplication or disclosure is prohibited and may be unlawful. If you have received this email in error, please notify the sender immediately and destroy it, and all copies of it. Ova poruka je povjerljiva i namijenjena isklju?ivo primateljima navedenim u zaglavlju iste. Svaki pristup, distribucija, umno?avanje ili otkrivanje sadr?aja ove poruke tre?im osobama strogo je zabranjeno i smatra se protuzakonitim. Ukoliko ste gre?kom dobili ovu poruku, molimo Vas da ?to prije obavijestite po?iljatelja poruke i uni?tite sve postoje?e kopije. From boris at codesynthesis.com Thu Jan 5 06:30:38 2012 From: boris at codesynthesis.com (Boris Kolpackov) Date: Thu Jan 5 14:04:01 2012 Subject: [xsd-users] Handling XML documents that potentially do not fit into memory In-Reply-To: <4F01A38E.1050809@uljanik.hr> References: <4F01A38E.1050809@uljanik.hr> Message-ID: Hi Marin, Marin Bistri?i? writes: > Is there a way to handle xml documents that potentially do not fit into > memory? By handling I mean parsing and serializing back into xml file. Yes, it is possible to handle very large documents in C++/Tree with a bit of effort. See the 'streaming' example in the examples/cxx/tree/ directory of XSD distribution for details. Boris From jason.friess at lmco.com Mon Jan 9 21:46:14 2012 From: jason.friess at lmco.com (Friess, Jason) Date: Mon Jan 9 21:46:31 2012 Subject: [xsd-users] Turn On Validation - De-serializing Using DOMDocument Message-ID: Hi, I'm trying to go from XML to a Xerces-C++ DOM Document and then pass the DOMDocument to a CodeSynthesis generated de-serialization method. This seems to de-serialize properly - but thus far I've been unable to turn on validation. In my DOMConfiguration object I'm setting the relevant validation parameters as follows: DOMConfiguration *conf; conf->setParameter(XMLUni::fgDOMValidate, true); conf->setParameter(XMLUni::fgXercesSchema, true); conf->setParameter(XMLUni::fgXercesSchemaFullChecking, true); I've also confirmed that when I pass the DOMDocument to the CodeSynthesis serialization method - I'm NOT passing xml_schema::flags::don't_validate. Would you be able to shed some light on anything else I need to be doing to turn on validation? Thanks! Jason From boris at codesynthesis.com Tue Jan 10 07:52:44 2012 From: boris at codesynthesis.com (Boris Kolpackov) Date: Tue Jan 10 07:49:32 2012 Subject: [xsd-users] Turn On Validation - De-serializing Using DOMDocument In-Reply-To: References: Message-ID: Hi Jason, Friess, Jason writes: > I'm trying to go from XML to a Xerces-C++ DOM Document and then pass > the DOMDocument to a CodeSynthesis generated de-serialization method. > This seems to de-serialize properly - but thus far I've been unable > to turn on validation. > > In my DOMConfiguration object I'm setting the relevant validation > parameters as follows: > > DOMConfiguration *conf; > conf->setParameter(XMLUni::fgDOMValidate, true); > conf->setParameter(XMLUni::fgXercesSchema, true); > conf->setParameter(XMLUni::fgXercesSchemaFullChecking, true); You can take a look at one of the examples that performs XML-to-DOM parsing. For instance, 'multiroot'. In fact, you can just copy the code (dom-parse.?xx) and use it in your application. Boris From dobroth at gmail.com Tue Jan 10 14:34:11 2012 From: dobroth at gmail.com (Thomas Dobroth) Date: Wed Jan 11 08:10:39 2012 Subject: [xsd-users] Problem linking with VS 2008 Message-ID: <4F0C92B3.3080700@gmail.com> Hi, I'm having problems getting started with XSD. Environment: Windows 7 64 bit Visual Studio Express 2008 I have put the xsd generated headers in the precompiled header stdafx.h. There are thousands of compiler warnings. The system will not link though. The link errors and warnings are below. I have spend many hours trying to figure this out including: 1) downloading the xercecs library compiled for vc9. a. substituting the libraries b. substituting the header files. I'm pretty stuck -- I would greatly appreciate some help. Tom 1>Linking... 1>gpx.obj : warning LNK4248: unresolved typeref token (01000019) for 'xercesc_3_1.RegxParser'; image may not run 1>gpx.obj : warning LNK4248: unresolved typeref token (0100001D) for 'xercesc_3_1.DOMDocumentType'; image may not run 1>gpx.obj : warning LNK4248: unresolved typeref token (0100001E) for 'xercesc_3_1.XMLGrammarPool'; image may not run 1>stdafx.obj : warning LNK4248: unresolved typeref token (01000020) for 'xercesc_3_1.DOMUserDataHandler'; image may not run 1>gpx.obj : warning LNK4248: unresolved typeref token (01000021) for 'xercesc_3_1.DOMUserDataHandler'; image may not run 1>gpx.obj : error LNK2028: unresolved token (0A00000F) "public: virtual __clrcall xercesc_3_1::IllegalArgumentException::~IllegalArgumentException(void)" (??1IllegalArgumentException@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: virtual void * __clrcall xercesc_3_1::IllegalArgumentException::`vector deleting destructor'(unsigned int)" (??_EIllegalArgumentException@xercesc_3_1@@$$FUAMPAXI@Z) 1>gpx.obj : error LNK2028: unresolved token (0A000010) "public: virtual class xercesc_3_1::XMLException * __clrcall xercesc_3_1::IllegalArgumentException::duplicate(void)const " (?duplicate@IllegalArgumentException@xercesc_3_1@@$$FUBMPAVXMLException@2@XZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::IllegalArgumentException::`local vftable'''(void)" (???__E??_SIllegalArgumentException@xercesc_3_1@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A000011) "public: virtual wchar_t const * __clrcall xercesc_3_1::IllegalArgumentException::getType(void)const " (?getType@IllegalArgumentException@xercesc_3_1@@$$FUBMPB_WXZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::IllegalArgumentException::`local vftable'''(void)" (???__E??_SIllegalArgumentException@xercesc_3_1@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A000013) "public: virtual __clrcall xercesc_3_1::NoSuchElementException::~NoSuchElementException(void)" (??1NoSuchElementException@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: virtual void * __clrcall xercesc_3_1::NoSuchElementException::`vector deleting destructor'(unsigned int)" (??_ENoSuchElementException@xercesc_3_1@@$$FUAMPAXI@Z) 1>gpx.obj : error LNK2028: unresolved token (0A000014) "public: virtual class xercesc_3_1::XMLException * __clrcall xercesc_3_1::NoSuchElementException::duplicate(void)const " (?duplicate@NoSuchElementException@xercesc_3_1@@$$FUBMPAVXMLException@2@XZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::NoSuchElementException::`local vftable'''(void)" (???__E??_SNoSuchElementException@xercesc_3_1@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A000015) "public: virtual wchar_t const * __clrcall xercesc_3_1::NoSuchElementException::getType(void)const " (?getType@NoSuchElementException@xercesc_3_1@@$$FUBMPB_WXZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::NoSuchElementException::`local vftable'''(void)" (???__E??_SNoSuchElementException@xercesc_3_1@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A000017) "public: __clrcall xercesc_3_1::RuntimeException::RuntimeException(class xercesc_3_1::RuntimeException const &)" (??0RuntimeException@xercesc_3_1@@$$FQAM@ABV01@@Z) referenced in function "???__E_CT??_R0?AVRuntimeException@xercesc_3_1@@@8??0RuntimeException@xercesc_3_1@@$$FQAM@ABV01@@Z32@@YMXXZ@?A0x645619f9@@$$FYMXXZ" (???__E_CT??_R0?AVRuntimeException@xercesc_3_1@@@8??0RuntimeException@xercesc_3_1@@$$FQAM@ABV01@@Z32@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A000018) "public: virtual __clrcall xercesc_3_1::RuntimeException::~RuntimeException(void)" (??1RuntimeException@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: virtual void * __clrcall xercesc_3_1::RuntimeException::`vector deleting destructor'(unsigned int)" (??_ERuntimeException@xercesc_3_1@@$$FUAMPAXI@Z) 1>gpx.obj : error LNK2028: unresolved token (0A000019) "public: virtual class xercesc_3_1::XMLException * __clrcall xercesc_3_1::RuntimeException::duplicate(void)const " (?duplicate@RuntimeException@xercesc_3_1@@$$FUBMPAVXMLException@2@XZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::RuntimeException::`local vftable'''(void)" (???__E??_SRuntimeException@xercesc_3_1@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A00001A) "public: virtual wchar_t const * __clrcall xercesc_3_1::RuntimeException::getType(void)const " (?getType@RuntimeException@xercesc_3_1@@$$FUBMPB_WXZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::RuntimeException::`local vftable'''(void)" (???__E??_SRuntimeException@xercesc_3_1@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A00001C) "public: virtual __clrcall xercesc_3_1::NullPointerException::~NullPointerException(void)" (??1NullPointerException@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: virtual void * __clrcall xercesc_3_1::NullPointerException::`vector deleting destructor'(unsigned int)" (??_ENullPointerException@xercesc_3_1@@$$FUAMPAXI@Z) 1>gpx.obj : error LNK2028: unresolved token (0A00001D) "public: virtual class xercesc_3_1::XMLException * __clrcall xercesc_3_1::NullPointerException::duplicate(void)const " (?duplicate@NullPointerException@xercesc_3_1@@$$FUBMPAVXMLException@2@XZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::NullPointerException::`local vftable'''(void)" (???__E??_SNullPointerException@xercesc_3_1@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A00001E) "public: virtual wchar_t const * __clrcall xercesc_3_1::NullPointerException::getType(void)const " (?getType@NullPointerException@xercesc_3_1@@$$FUBMPB_WXZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::NullPointerException::`local vftable'''(void)" (???__E??_SNullPointerException@xercesc_3_1@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A000020) "public: __clrcall xercesc_3_1::XSerializationException::XSerializationException(class xercesc_3_1::XSerializationException const &)" (??0XSerializationException@xercesc_3_1@@$$FQAM@ABV01@@Z) referenced in function "???__E_CT??_R0?AVXSerializationException@xercesc_3_1@@@8??0XSerializationException@xercesc_3_1@@$$FQAM@ABV01@@Z32@@YMXXZ@?A0x645619f9@@$$FYMXXZ" (???__E_CT??_R0?AVXSerializationException@xercesc_3_1@@@8??0XSerializationException@xercesc_3_1@@$$FQAM@ABV01@@Z32@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A000021) "public: virtual __clrcall xercesc_3_1::XSerializationException::~XSerializationException(void)" (??1XSerializationException@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: virtual void * __clrcall xercesc_3_1::XSerializationException::`vector deleting destructor'(unsigned int)" (??_EXSerializationException@xercesc_3_1@@$$FUAMPAXI@Z) 1>gpx.obj : error LNK2028: unresolved token (0A000022) "public: virtual class xercesc_3_1::XMLException * __clrcall xercesc_3_1::XSerializationException::duplicate(void)const " (?duplicate@XSerializationException@xercesc_3_1@@$$FUBMPAVXMLException@2@XZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::XSerializationException::`local vftable'''(void)" (???__E??_SXSerializationException@xercesc_3_1@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A000023) "public: virtual wchar_t const * __clrcall xercesc_3_1::XSerializationException::getType(void)const " (?getType@XSerializationException@xercesc_3_1@@$$FUBMPB_WXZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::XSerializationException::`local vftable'''(void)" (???__E??_SXSerializationException@xercesc_3_1@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A00004C) "public: virtual void __clrcall xercesc_3_1::InputSource::setIssueFatalErrorIfNotFound(bool)" (?setIssueFatalErrorIfNotFound@InputSource@xercesc_3_1@@$$FUAMX_N@Z) referenced in function "void __clrcall `dynamic initializer for 'const xsd::cxx::xml::sax::std_input_source::`vftable'''(void)" (???__E??_7std_input_source@sax@xml@cxx@xsd@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A00004D) "public: virtual void __clrcall xercesc_3_1::InputSource::setSystemId(wchar_t const * const)" (?setSystemId@InputSource@xercesc_3_1@@$$FUAMXQB_W@Z) referenced in function "void __clrcall `dynamic initializer for 'const xsd::cxx::xml::sax::std_input_source::`vftable'''(void)" (???__E??_7std_input_source@sax@xml@cxx@xsd@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A00004E) "public: virtual void __clrcall xercesc_3_1::InputSource::setPublicId(wchar_t const * const)" (?setPublicId@InputSource@xercesc_3_1@@$$FUAMXQB_W@Z) referenced in function "void __clrcall `dynamic initializer for 'const xsd::cxx::xml::sax::std_input_source::`vftable'''(void)" (???__E??_7std_input_source@sax@xml@cxx@xsd@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A00004F) "public: virtual void __clrcall xercesc_3_1::InputSource::setEncoding(wchar_t const * const)" (?setEncoding@InputSource@xercesc_3_1@@$$FUAMXQB_W@Z) referenced in function "void __clrcall `dynamic initializer for 'const xsd::cxx::xml::sax::std_input_source::`vftable'''(void)" (???__E??_7std_input_source@sax@xml@cxx@xsd@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A000050) "public: virtual bool __clrcall xercesc_3_1::InputSource::getIssueFatalErrorIfNotFound(void)const " (?getIssueFatalErrorIfNotFound@InputSource@xercesc_3_1@@$$FUBM_NXZ) referenced in function "void __clrcall `dynamic initializer for 'const xsd::cxx::xml::sax::std_input_source::`vftable'''(void)" (???__E??_7std_input_source@sax@xml@cxx@xsd@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A000051) "public: virtual wchar_t const * __clrcall xercesc_3_1::InputSource::getSystemId(void)const " (?getSystemId@InputSource@xercesc_3_1@@$$FUBMPB_WXZ) referenced in function "void __clrcall `dynamic initializer for 'const xsd::cxx::xml::sax::std_input_source::`vftable'''(void)" (???__E??_7std_input_source@sax@xml@cxx@xsd@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A000052) "public: virtual wchar_t const * __clrcall xercesc_3_1::InputSource::getPublicId(void)const " (?getPublicId@InputSource@xercesc_3_1@@$$FUBMPB_WXZ) referenced in function "void __clrcall `dynamic initializer for 'const xsd::cxx::xml::sax::std_input_source::`vftable'''(void)" (???__E??_7std_input_source@sax@xml@cxx@xsd@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A000053) "public: virtual wchar_t const * __clrcall xercesc_3_1::InputSource::getEncoding(void)const " (?getEncoding@InputSource@xercesc_3_1@@$$FUBMPB_WXZ) referenced in function "void __clrcall `dynamic initializer for 'const xsd::cxx::xml::sax::std_input_source::`vftable'''(void)" (???__E??_7std_input_source@sax@xml@cxx@xsd@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A000054) "protected: virtual class xercesc_3_1::RegxParser * __clrcall xercesc_3_1::RegularExpression::getRegexParser(int,class xercesc_3_1::MemoryManager * const)" (?getRegexParser@RegularExpression@xercesc_3_1@@$$FMAMPAVRegxParser@2@HQAVMemoryManager@2@@Z) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::RegularExpression::`local vftable'''(void)" (???__E??_SRegularExpression@xercesc_3_1@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A000055) "public: virtual __clrcall xercesc_3_1::MemoryManager::~MemoryManager(void)" (??1MemoryManager@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: __clrcall xsd::cxx::xml::std_memory_manager::std_memory_manager(void)" (??0std_memory_manager@xml@cxx@xsd@@$$FQAM@XZ) 1>gpx.obj : error LNK2028: unresolved token (0A000057) "protected: __clrcall xercesc_3_1::MemoryManager::MemoryManager(void)" (??0MemoryManager@xercesc_3_1@@$$FIAM@XZ) referenced in function "public: __clrcall xsd::cxx::xml::std_memory_manager::std_memory_manager(void)" (??0std_memory_manager@xml@cxx@xsd@@$$FQAM@XZ) 1>gpx.obj : error LNK2028: unresolved token (0A000058) "public: static unsigned char * __clrcall xercesc_3_1::Base64::decodeToXMLByte(wchar_t const * const,unsigned long *,class xercesc_3_1::MemoryManager * const,enum xercesc_3_1::Base64::Conformance)" (?decodeToXMLByte@Base64@xercesc_3_1@@$$FSMPAEQB_WPAKQAVMemoryManager@2@W4Conformance@12@@Z) referenced in function "private: void __clrcall xsd::cxx::tree::base64_binary >::decode(wchar_t const *)" (?decode@?$base64_binary@DV?$simple_type@V_type@tree@cxx@xsd@@@tree@cxx@xsd@@@tree@cxx@xsd@@$$FAAMXPB_W@Z) 1>gpx.obj : error LNK2028: unresolved token (0A000059) "public: static unsigned char * __clrcall xercesc_3_1::Base64::encode(unsigned char const * const,unsigned long,unsigned long *,class xercesc_3_1::MemoryManager * const)" (?encode@Base64@xercesc_3_1@@$$FSMPAEQBEKPAKQAVMemoryManager@2@@Z) referenced in function "public: class std::basic_string,class std::allocator > __clrcall xsd::cxx::tree::base64_binary >::encode(void)const " (?encode@?$base64_binary@DV?$simple_type@V_type@tree@cxx@xsd@@@tree@cxx@xsd@@@tree@cxx@xsd@@$$FQBM?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 1>gpx.obj : error LNK2028: unresolved token (0A000077) "protected: __clrcall xercesc_3_1::DOMErrorHandler::DOMErrorHandler(void)" (??0DOMErrorHandler@xercesc_3_1@@$$FIAM@XZ) referenced in function "public: __clrcall xsd::cxx::xml::dom::bits::error_handler_proxy::error_handler_proxy(class xsd::cxx::xml::error_handler &)" (??0?$error_handler_proxy@D@bits@dom@xml@cxx@xsd@@$$FQAM@AAV?$error_handler@D@345@@Z) 1>gpx.obj : error LNK2028: unresolved token (0A000079) "public: virtual __clrcall xercesc_3_1::DOMErrorHandler::~DOMErrorHandler(void)" (??1DOMErrorHandler@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: virtual __clrcall xsd::cxx::xml::dom::bits::error_handler_proxy::~error_handler_proxy(void)" (??1?$error_handler_proxy@D@bits@dom@xml@cxx@xsd@@$$FUAM@XZ) 1>gpx.obj : error LNK2020: unresolved token (0A000083) "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMXMLDeclaration" (__imp_?fgDOMXMLDeclaration@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2020: unresolved token (0A000084) "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMWRTFormatPrettyPrint" (__imp_?fgDOMWRTFormatPrettyPrint@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2020: unresolved token (0A000085) "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMWRTDiscardDefaultContent" (__imp_?fgDOMWRTDiscardDefaultContent@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2028: unresolved token (0A00008A) "public: virtual __clrcall xercesc_3_1::Wrapper4InputSource::~Wrapper4InputSource(void)" (??1Wrapper4InputSource@xercesc_3_1@@$$FUAM@XZ) referenced in function __catch$??$parse@D@dom@xml@cxx@xsd@@$$FYM?AU?$auto_ptr@VDOMDocument@xercesc_3_1@@@0123@AAVInputSource@xercesc_3_1@@AAVDOMErrorHandler@6@ABV?$properties@D@123@K@Z$0 1>gpx.obj : error LNK2028: unresolved token (0A00008B) "public: __clrcall xercesc_3_1::Wrapper4InputSource::Wrapper4InputSource(class xercesc_3_1::InputSource * const,bool,class xercesc_3_1::MemoryManager * const)" (??0Wrapper4InputSource@xercesc_3_1@@$$FQAM@QAVInputSource@1@_NQAVMemoryManager@1@@Z) referenced in function "struct xsd::cxx::xml::dom::auto_ptr __clrcall xsd::cxx::xml::dom::parse(class xercesc_3_1::InputSource &,class xercesc_3_1::DOMErrorHandler &,class xsd::cxx::xml::properties const &,unsigned long)" (??$parse@D@dom@xml@cxx@xsd@@$$FYM?AU?$auto_ptr@VDOMDocument@xercesc_3_1@@@0123@AAVInputSource@xercesc_3_1@@AAVDOMErrorHandler@6@ABV?$properties@D@123@K@Z) 1>gpx.obj : error LNK2028: unresolved token (0A00008C) "protected: __clrcall xercesc_3_1::InputSource::InputSource(wchar_t const * const,class xercesc_3_1::MemoryManager * const)" (??0InputSource@xercesc_3_1@@$$FIAM@QB_WQAVMemoryManager@1@@Z) referenced in function "public: __clrcall xsd::cxx::xml::sax::std_input_source::std_input_source(class std::basic_istream > &,class std::basic_string,class std::allocator > const &)" (??$?0D@std_input_source@sax@xml@cxx@xsd@@$$FQAM@AAV?$basic_istream@DU?$char_traits@D@std@@@std@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@6@@Z) 1>gpx.obj : error LNK2020: unresolved token (0A00008E) "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMErrorHandler" (__imp_?fgDOMErrorHandler@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2020: unresolved token (0A00008F) "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgXercesLoadSchema" (__imp_?fgXercesLoadSchema@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2020: unresolved token (0A000090) "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgXercesSchemaExternalNoNameSpaceSchemaLocation" (__imp_?fgXercesSchemaExternalNoNameSpaceSchemaLocation@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2020: unresolved token (0A000091) "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgXercesSchemaExternalSchemaLocation" (__imp_?fgXercesSchemaExternalSchemaLocation@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2020: unresolved token (0A000093) "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgXercesUserAdoptsDOMDocument" (__imp_?fgXercesUserAdoptsDOMDocument@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2020: unresolved token (0A000094) "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgXercesHandleMultipleImports" (__imp_?fgXercesHandleMultipleImports@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2020: unresolved token (0A000095) "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgXercesSchemaFullChecking" (__imp_?fgXercesSchemaFullChecking@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2020: unresolved token (0A000096) "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgXercesSchema" (__imp_?fgXercesSchema@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2020: unresolved token (0A000097) "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMValidate" (__imp_?fgDOMValidate@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2020: unresolved token (0A000098) "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMElementContentWhitespace" (__imp_?fgDOMElementContentWhitespace@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2020: unresolved token (0A000099) "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMNamespaces" (__imp_?fgDOMNamespaces@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2020: unresolved token (0A00009A) "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMEntities" (__imp_?fgDOMEntities@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2020: unresolved token (0A00009B) "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMDatatypeNormalization" (__imp_?fgDOMDatatypeNormalization@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2020: unresolved token (0A00009C) "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMComments" (__imp_?fgDOMComments@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2028: unresolved token (0A0000A0) "public: static class xercesc_3_1::DOMImplementation * __clrcall xercesc_3_1::DOMImplementationRegistry::getDOMImplementation(wchar_t const *)" (?getDOMImplementation@DOMImplementationRegistry@xercesc_3_1@@$$FSMPAVDOMImplementation@2@PB_W@Z) referenced in function "struct xsd::cxx::xml::dom::auto_ptr __clrcall xsd::cxx::xml::dom::parse(class std::basic_string,class std::allocator > const &,class xercesc_3_1::DOMErrorHandler &,class xsd::cxx::xml::properties const &,unsigned long)" (??$parse@D@dom@xml@cxx@xsd@@$$FYM?AU?$auto_ptr@VDOMDocument@xercesc_3_1@@@0123@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAVDOMErrorHandler@xercesc_3_1@@ABV?$properties@D@123@K@Z) 1>stdafx.obj : error LNK2028: unresolved token (0A000028) "public: virtual __clrcall xercesc_3_1::ArrayIndexOutOfBoundsException::~ArrayIndexOutOfBoundsException(void)" (??1ArrayIndexOutOfBoundsException@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: virtual void * __clrcall xercesc_3_1::ArrayIndexOutOfBoundsException::`vector deleting destructor'(unsigned int)" (??_EArrayIndexOutOfBoundsException@xercesc_3_1@@$$FUAMPAXI@Z) 1>gpx.obj : error LNK2028: unresolved token (0A0000A3) "public: virtual __clrcall xercesc_3_1::ArrayIndexOutOfBoundsException::~ArrayIndexOutOfBoundsException(void)" (??1ArrayIndexOutOfBoundsException@xercesc_3_1@@$$FUAM@XZ) referenced in function "???__E_TI3?AVArrayIndexOutOfBoundsException@xercesc_3_1@@@@YMXXZ@?A0x645619f9@@$$FYMXXZ" (???__E_TI3?AVArrayIndexOutOfBoundsException@xercesc_3_1@@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A0000A4) "public: __clrcall xercesc_3_1::ArrayIndexOutOfBoundsException::ArrayIndexOutOfBoundsException(class xercesc_3_1::ArrayIndexOutOfBoundsException const &)" (??0ArrayIndexOutOfBoundsException@xercesc_3_1@@$$FQAM@ABV01@@Z) referenced in function "???__E_CT??_R0?AVArrayIndexOutOfBoundsException@xercesc_3_1@@@8??0ArrayIndexOutOfBoundsException@xercesc_3_1@@$$FQAM@ABV01@@Z32@@YMXXZ@?A0x645619f9@@$$FYMXXZ" (???__E_CT??_R0?AVArrayIndexOutOfBoundsException@xercesc_3_1@@@8??0ArrayIndexOutOfBoundsException@xercesc_3_1@@$$FQAM@ABV01@@Z32@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A0000A6) "public: __clrcall xercesc_3_1::ArrayIndexOutOfBoundsException::ArrayIndexOutOfBoundsException(char const * const,unsigned __int64,enum xercesc_3_1::XMLExcepts::Codes,class xercesc_3_1::MemoryManager *)" (??0ArrayIndexOutOfBoundsException@xercesc_3_1@@$$FQAM@QBD_KW4Codes@XMLExcepts@1@PAVMemoryManager@1@@Z) referenced in function "public: virtual void __clrcall xercesc_3_1::BaseRefVectorOf::setElementAt(class xercesc_3_1::Op * const,unsigned long)" (?setElementAt@?$BaseRefVectorOf@VOp@xercesc_3_1@@@xercesc_3_1@@$$FUAMXQAVOp@2@K@Z) 1>gpx.obj : error LNK2020: unresolved token (0A0000D6) "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgXMLNSURIName" (__imp_?fgXMLNSURIName@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2020: unresolved token (0A0000D7) "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::SchemaSymbols::fgURI_XSI" (__imp_?fgURI_XSI@SchemaSymbols@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2020: unresolved token (0A0000D9) "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::SchemaSymbols::fgXSI_SCHEMALOCACTION" (__imp_?fgXSI_SCHEMALOCACTION@SchemaSymbols@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2020: unresolved token (0A0000DA) "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::SchemaSymbols::fgXSI_NONAMESPACESCHEMALOCACTION" (__imp_?fgXSI_NONAMESPACESCHEMALOCACTION@SchemaSymbols@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2028: unresolved token (0A0000E2) "public: virtual __clrcall xercesc_3_1::XMLFormatTarget::~XMLFormatTarget(void)" (??1XMLFormatTarget@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: __clrcall xsd::cxx::xml::dom::ostream_format_target::ostream_format_target(class std::basic_ostream > &)" (??0ostream_format_target@dom@xml@cxx@xsd@@$$FQAM@AAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z) 1>gpx.obj : error LNK2028: unresolved token (0A0000E4) "protected: __clrcall xercesc_3_1::XMLFormatTarget::XMLFormatTarget(void)" (??0XMLFormatTarget@xercesc_3_1@@$$FIAM@XZ) referenced in function "public: __clrcall xsd::cxx::xml::dom::ostream_format_target::ostream_format_target(class std::basic_ostream > &)" (??0ostream_format_target@dom@xml@cxx@xsd@@$$FQAM@AAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z) 1>gpx.obj : error LNK2028: unresolved token (0A0000E5) "public: static void __clrcall xercesc_3_1::XMLPlatformUtils::Terminate(void)" (?Terminate@XMLPlatformUtils@xercesc_3_1@@$$FSMXXZ) referenced in function "void __clrcall xsd::cxx::xml::terminate(void)" (?terminate@xml@cxx@xsd@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A0000E6) "public: static void __clrcall xercesc_3_1::XMLPlatformUtils::Initialize(char const * const,char const * const,class xercesc_3_1::PanicHandler * const,class xercesc_3_1::MemoryManager * const)" (?Initialize@XMLPlatformUtils@xercesc_3_1@@$$FSMXQBD0QAVPanicHandler@2@QAVMemoryManager@2@@Z) referenced in function "void __clrcall xsd::cxx::xml::initialize(void)" (?initialize@xml@cxx@xsd@@$$FYMXXZ) 1>gpx.obj : error LNK2020: unresolved token (0A0000E7) "__declspec(dllimport) public: static char const * const xercesc_3_1::XMLUni::fgXercescDefaultLocale" (__imp_?fgXercescDefaultLocale@XMLUni@xercesc_3_1@@$$Q2QBDB) 1>gpx.obj : error LNK2028: unresolved token (0A0000E8) "public: static void * __clrcall xercesc_3_1::XMemory::operator new(unsigned int)" (??2XMemory@xercesc_3_1@@$$FSMPAXI@Z) referenced in function "public: virtual class xercesc_3_1::BinInputStream * __clrcall xsd::cxx::xml::sax::std_input_source::makeStream(void)const " (?makeStream@std_input_source@sax@xml@cxx@xsd@@$$FUBMPAVBinInputStream@xercesc_3_1@@XZ) 1>gpx.obj : error LNK2028: unresolved token (0A0000E9) "public: virtual __clrcall xercesc_3_1::InputSource::~InputSource(void)" (??1InputSource@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: __clrcall xsd::cxx::xml::sax::std_input_source::std_input_source(class std::basic_istream > &)" (??0std_input_source@sax@xml@cxx@xsd@@$$FQAM@AAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z) 1>gpx.obj : error LNK2020: unresolved token (0A0000EA) "__declspec(dllimport) public: static class xercesc_3_1::MemoryManager * xercesc_3_1::XMLPlatformUtils::fgMemoryManager" (__imp_?fgMemoryManager@XMLPlatformUtils@xercesc_3_1@@$$Q2PAVMemoryManager@2@A) 1>gpx.obj : error LNK2028: unresolved token (0A0000EB) "protected: __clrcall xercesc_3_1::InputSource::InputSource(class xercesc_3_1::MemoryManager * const)" (??0InputSource@xercesc_3_1@@$$FIAM@QAVMemoryManager@1@@Z) referenced in function "public: __clrcall xsd::cxx::xml::sax::std_input_source::std_input_source(class std::basic_istream > &)" (??0std_input_source@sax@xml@cxx@xsd@@$$FQAM@AAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z) 1>gpx.obj : error LNK2028: unresolved token (0A0000EC) "public: virtual __clrcall xercesc_3_1::BinInputStream::~BinInputStream(void)" (??1BinInputStream@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: __clrcall xsd::cxx::xml::sax::std_input_stream::std_input_stream(class std::basic_istream > &)" (??0std_input_stream@sax@xml@cxx@xsd@@$$FQAM@AAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z) 1>gpx.obj : error LNK2028: unresolved token (0A0000ED) "protected: __clrcall xercesc_3_1::BinInputStream::BinInputStream(void)" (??0BinInputStream@xercesc_3_1@@$$FIAM@XZ) referenced in function "public: __clrcall xsd::cxx::xml::sax::std_input_stream::std_input_stream(class std::basic_istream > &)" (??0std_input_stream@sax@xml@cxx@xsd@@$$FQAM@AAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z) 1>gpx.obj : error LNK2028: unresolved token (0A00010D) "public: virtual __clrcall xercesc_3_1::RegularExpression::~RegularExpression(void)" (??1RegularExpression@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: virtual void * __clrcall xercesc_3_1::RegularExpression::`vector deleting destructor'(unsigned int)" (??_ERegularExpression@xercesc_3_1@@$$FUAMPAXI@Z) 1>gpx.obj : error LNK2028: unresolved token (0A00012E) "public: static unsigned long __clrcall xercesc_3_1::XMLString::stringLen(wchar_t const * const)" (?stringLen@XMLString@xercesc_3_1@@$$FSMKQB_W@Z) referenced in function "private: void __clrcall xsd::cxx::tree::hex_binary >::decode(wchar_t const *)" (?decode@?$hex_binary@DV?$simple_type@V_type@tree@cxx@xsd@@@tree@cxx@xsd@@@tree@cxx@xsd@@$$FAAMXPB_W@Z) 1>stdafx.obj : error LNK2028: unresolved token (0A0000A9) "public: static void __clrcall xercesc_3_1::XMemory::operator delete(void *)" (??3XMemory@xercesc_3_1@@$$FSMXPAX@Z) referenced in function "public: virtual void * __clrcall xercesc_3_1::XMLFileMgr::`vector deleting destructor'(unsigned int)" (??_EXMLFileMgr@xercesc_3_1@@$$FUAMPAXI@Z) 1>gpx.obj : error LNK2028: unresolved token (0A000140) "public: static void __clrcall xercesc_3_1::XMemory::operator delete(void *)" (??3XMemory@xercesc_3_1@@$$FSMXPAX@Z) referenced in function "public: virtual void * __clrcall xercesc_3_1::IllegalArgumentException::`vector deleting destructor'(unsigned int)" (??_EIllegalArgumentException@xercesc_3_1@@$$FUAMPAXI@Z) 1>gpx.obj : error LNK2028: unresolved token (0A000147) "public: __clrcall xercesc_3_1::XMLException::XMLException(class xercesc_3_1::XMLException const &)" (??0XMLException@xercesc_3_1@@$$FQAM@ABV01@@Z) referenced in function "???__E_CT??_R0?AVXMLException@xercesc_3_1@@@8??0XMLException@xercesc_3_1@@$$FQAM@ABV01@@Z32@@YMXXZ@?A0x645619f9@@$$FYMXXZ" (???__E_CT??_R0?AVXMLException@xercesc_3_1@@@8??0XMLException@xercesc_3_1@@$$FQAM@ABV01@@Z32@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2028: unresolved token (0A00014C) "public: static bool __clrcall xercesc_3_1::XMLString::equals(wchar_t const *,wchar_t const *)" (?equals@XMLString@xercesc_3_1@@$$FSM_NPB_W0@Z) referenced in function "void __clrcall xsd::cxx::xml::dom::clear(class xercesc_3_1::DOMElement &)" (??$clear@D@dom@xml@cxx@xsd@@$$FYMXAAVDOMElement@xercesc_3_1@@@Z) 1>stdafx.obj : error LNK2028: unresolved token (0A000021) "public: virtual __clrcall xercesc_3_1::XMLPlatformUtilsException::~XMLPlatformUtilsException(void)" (??1XMLPlatformUtilsException@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: virtual void * __clrcall xercesc_3_1::XMLPlatformUtilsException::`vector deleting destructor'(unsigned int)" (??_EXMLPlatformUtilsException@xercesc_3_1@@$$FUAMPAXI@Z) 1>stdafx.obj : error LNK2028: unresolved token (0A000022) "public: virtual class xercesc_3_1::XMLException * __clrcall xercesc_3_1::XMLPlatformUtilsException::duplicate(void)const " (?duplicate@XMLPlatformUtilsException@xercesc_3_1@@$$FUBMPAVXMLException@2@XZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::XMLPlatformUtilsException::`local vftable'''(void)" (???__E??_SXMLPlatformUtilsException@xercesc_3_1@@6B@@@YMXXZ@?A0x011a5817@@$$FYMXXZ) 1>stdafx.obj : error LNK2028: unresolved token (0A000023) "public: virtual wchar_t const * __clrcall xercesc_3_1::XMLPlatformUtilsException::getType(void)const " (?getType@XMLPlatformUtilsException@xercesc_3_1@@$$FUBMPB_WXZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::XMLPlatformUtilsException::`local vftable'''(void)" (???__E??_SXMLPlatformUtilsException@xercesc_3_1@@6B@@@YMXXZ@?A0x011a5817@@$$FYMXXZ) 1>stdafx.obj : error LNK2028: unresolved token (0A000029) "public: virtual class xercesc_3_1::XMLException * __clrcall xercesc_3_1::ArrayIndexOutOfBoundsException::duplicate(void)const " (?duplicate@ArrayIndexOutOfBoundsException@xercesc_3_1@@$$FUBMPAVXMLException@2@XZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::ArrayIndexOutOfBoundsException::`local vftable'''(void)" (???__E??_SArrayIndexOutOfBoundsException@xercesc_3_1@@6B@@@YMXXZ@?A0x011a5817@@$$FYMXXZ) 1>stdafx.obj : error LNK2028: unresolved token (0A00002A) "public: virtual wchar_t const * __clrcall xercesc_3_1::ArrayIndexOutOfBoundsException::getType(void)const " (?getType@ArrayIndexOutOfBoundsException@xercesc_3_1@@$$FUBMPB_WXZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::ArrayIndexOutOfBoundsException::`local vftable'''(void)" (???__E??_SArrayIndexOutOfBoundsException@xercesc_3_1@@6B@@@YMXXZ@?A0x011a5817@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: static void __clrcall xercesc_3_1::XMemory::operator delete(void *)" (??3XMemory@xercesc_3_1@@$$FSMXPAX@Z) referenced in function "public: virtual void * __clrcall xercesc_3_1::IllegalArgumentException::`vector deleting destructor'(unsigned int)" (??_EIllegalArgumentException@xercesc_3_1@@$$FUAMPAXI@Z) 1>stdafx.obj : error LNK2001: unresolved external symbol "public: static void __clrcall xercesc_3_1::XMemory::operator delete(void *)" (??3XMemory@xercesc_3_1@@$$FSMXPAX@Z) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual __clrcall xercesc_3_1::IllegalArgumentException::~IllegalArgumentException(void)" (??1IllegalArgumentException@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: virtual void * __clrcall xercesc_3_1::IllegalArgumentException::`vector deleting destructor'(unsigned int)" (??_EIllegalArgumentException@xercesc_3_1@@$$FUAMPAXI@Z) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual __clrcall xercesc_3_1::NoSuchElementException::~NoSuchElementException(void)" (??1NoSuchElementException@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: virtual void * __clrcall xercesc_3_1::NoSuchElementException::`vector deleting destructor'(unsigned int)" (??_ENoSuchElementException@xercesc_3_1@@$$FUAMPAXI@Z) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual __clrcall xercesc_3_1::RuntimeException::~RuntimeException(void)" (??1RuntimeException@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: virtual void * __clrcall xercesc_3_1::RuntimeException::`vector deleting destructor'(unsigned int)" (??_ERuntimeException@xercesc_3_1@@$$FUAMPAXI@Z) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual __clrcall xercesc_3_1::NullPointerException::~NullPointerException(void)" (??1NullPointerException@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: virtual void * __clrcall xercesc_3_1::NullPointerException::`vector deleting destructor'(unsigned int)" (??_ENullPointerException@xercesc_3_1@@$$FUAMPAXI@Z) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual __clrcall xercesc_3_1::XSerializationException::~XSerializationException(void)" (??1XSerializationException@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: virtual void * __clrcall xercesc_3_1::XSerializationException::`vector deleting destructor'(unsigned int)" (??_EXSerializationException@xercesc_3_1@@$$FUAMPAXI@Z) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual __clrcall xercesc_3_1::RegularExpression::~RegularExpression(void)" (??1RegularExpression@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: virtual void * __clrcall xercesc_3_1::RegularExpression::`vector deleting destructor'(unsigned int)" (??_ERegularExpression@xercesc_3_1@@$$FUAMPAXI@Z) 1>gpx.obj : error LNK2019: unresolved external symbol "public: static void __clrcall xercesc_3_1::XMLPlatformUtils::Initialize(char const * const,char const * const,class xercesc_3_1::PanicHandler * const,class xercesc_3_1::MemoryManager * const)" (?Initialize@XMLPlatformUtils@xercesc_3_1@@$$FSMXQBD0QAVPanicHandler@2@QAVMemoryManager@2@@Z) referenced in function "void __clrcall xsd::cxx::xml::initialize(void)" (?initialize@xml@cxx@xsd@@$$FYMXXZ) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static char const * const xercesc_3_1::XMLUni::fgXercescDefaultLocale" (__imp_?fgXercescDefaultLocale@XMLUni@xercesc_3_1@@$$Q2QBDB) 1>gpx.obj : error LNK2019: unresolved external symbol "public: static void __clrcall xercesc_3_1::XMLPlatformUtils::Terminate(void)" (?Terminate@XMLPlatformUtils@xercesc_3_1@@$$FSMXXZ) referenced in function "void __clrcall xsd::cxx::xml::terminate(void)" (?terminate@xml@cxx@xsd@@$$FYMXXZ) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class xercesc_3_1::MemoryManager * xercesc_3_1::XMLPlatformUtils::fgMemoryManager" (__imp_?fgMemoryManager@XMLPlatformUtils@xercesc_3_1@@$$Q2PAVMemoryManager@2@A) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual __clrcall xercesc_3_1::BinInputStream::~BinInputStream(void)" (??1BinInputStream@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: __clrcall xsd::cxx::xml::sax::std_input_stream::std_input_stream(class std::basic_istream > &)" (??0std_input_stream@sax@xml@cxx@xsd@@$$FQAM@AAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z) 1>gpx.obj : error LNK2019: unresolved external symbol "protected: __clrcall xercesc_3_1::BinInputStream::BinInputStream(void)" (??0BinInputStream@xercesc_3_1@@$$FIAM@XZ) referenced in function "public: __clrcall xsd::cxx::xml::sax::std_input_stream::std_input_stream(class std::basic_istream > &)" (??0std_input_stream@sax@xml@cxx@xsd@@$$FQAM@AAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual __clrcall xercesc_3_1::InputSource::~InputSource(void)" (??1InputSource@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: __clrcall xsd::cxx::xml::sax::std_input_source::std_input_source(class std::basic_istream > &)" (??0std_input_source@sax@xml@cxx@xsd@@$$FQAM@AAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z) 1>gpx.obj : error LNK2019: unresolved external symbol "protected: __clrcall xercesc_3_1::InputSource::InputSource(class xercesc_3_1::MemoryManager * const)" (??0InputSource@xercesc_3_1@@$$FIAM@QAVMemoryManager@1@@Z) referenced in function "public: __clrcall xsd::cxx::xml::sax::std_input_source::std_input_source(class std::basic_istream > &)" (??0std_input_source@sax@xml@cxx@xsd@@$$FQAM@AAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z) 1>gpx.obj : error LNK2019: unresolved external symbol "public: static void * __clrcall xercesc_3_1::XMemory::operator new(unsigned int)" (??2XMemory@xercesc_3_1@@$$FSMPAXI@Z) referenced in function "public: virtual class xercesc_3_1::BinInputStream * __clrcall xsd::cxx::xml::sax::std_input_source::makeStream(void)const " (?makeStream@std_input_source@sax@xml@cxx@xsd@@$$FUBMPAVBinInputStream@xercesc_3_1@@XZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual __clrcall xercesc_3_1::XMLFormatTarget::~XMLFormatTarget(void)" (??1XMLFormatTarget@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: __clrcall xsd::cxx::xml::dom::ostream_format_target::ostream_format_target(class std::basic_ostream > &)" (??0ostream_format_target@dom@xml@cxx@xsd@@$$FQAM@AAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z) 1>gpx.obj : error LNK2019: unresolved external symbol "protected: __clrcall xercesc_3_1::XMLFormatTarget::XMLFormatTarget(void)" (??0XMLFormatTarget@xercesc_3_1@@$$FIAM@XZ) referenced in function "public: __clrcall xsd::cxx::xml::dom::ostream_format_target::ostream_format_target(class std::basic_ostream > &)" (??0ostream_format_target@dom@xml@cxx@xsd@@$$FQAM@AAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z) 1>gpx.obj : error LNK2019: unresolved external symbol "public: __clrcall xercesc_3_1::ArrayIndexOutOfBoundsException::ArrayIndexOutOfBoundsException(char const * const,unsigned __int64,enum xercesc_3_1::XMLExcepts::Codes,class xercesc_3_1::MemoryManager *)" (??0ArrayIndexOutOfBoundsException@xercesc_3_1@@$$FQAM@QBD_KW4Codes@XMLExcepts@1@PAVMemoryManager@1@@Z) referenced in function "public: virtual void __clrcall xercesc_3_1::BaseRefVectorOf::setElementAt(class xercesc_3_1::Op * const,unsigned long)" (?setElementAt@?$BaseRefVectorOf@VOp@xercesc_3_1@@@xercesc_3_1@@$$FUAMXQAVOp@2@K@Z) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual __clrcall xercesc_3_1::DOMErrorHandler::~DOMErrorHandler(void)" (??1DOMErrorHandler@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: virtual __clrcall xsd::cxx::xml::dom::bits::error_handler_proxy::~error_handler_proxy(void)" (??1?$error_handler_proxy@D@bits@dom@xml@cxx@xsd@@$$FUAM@XZ) 1>gpx.obj : error LNK2019: unresolved external symbol "protected: __clrcall xercesc_3_1::DOMErrorHandler::DOMErrorHandler(void)" (??0DOMErrorHandler@xercesc_3_1@@$$FIAM@XZ) referenced in function "public: __clrcall xsd::cxx::xml::dom::bits::error_handler_proxy::error_handler_proxy(class xsd::cxx::xml::error_handler &)" (??0?$error_handler_proxy@D@bits@dom@xml@cxx@xsd@@$$FQAM@AAV?$error_handler@D@345@@Z) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual __clrcall xercesc_3_1::MemoryManager::~MemoryManager(void)" (??1MemoryManager@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: __clrcall xsd::cxx::xml::std_memory_manager::std_memory_manager(void)" (??0std_memory_manager@xml@cxx@xsd@@$$FQAM@XZ) 1>gpx.obj : error LNK2019: unresolved external symbol "protected: __clrcall xercesc_3_1::MemoryManager::MemoryManager(void)" (??0MemoryManager@xercesc_3_1@@$$FIAM@XZ) referenced in function "public: __clrcall xsd::cxx::xml::std_memory_manager::std_memory_manager(void)" (??0std_memory_manager@xml@cxx@xsd@@$$FQAM@XZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: static unsigned char * __clrcall xercesc_3_1::Base64::decodeToXMLByte(wchar_t const * const,unsigned long *,class xercesc_3_1::MemoryManager * const,enum xercesc_3_1::Base64::Conformance)" (?decodeToXMLByte@Base64@xercesc_3_1@@$$FSMPAEQB_WPAKQAVMemoryManager@2@W4Conformance@12@@Z) referenced in function "private: void __clrcall xsd::cxx::tree::base64_binary >::decode(wchar_t const *)" (?decode@?$base64_binary@DV?$simple_type@V_type@tree@cxx@xsd@@@tree@cxx@xsd@@@tree@cxx@xsd@@$$FAAMXPB_W@Z) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMErrorHandler" (__imp_?fgDOMErrorHandler@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgXercesLoadSchema" (__imp_?fgXercesLoadSchema@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgXercesSchemaExternalNoNameSpaceSchemaLocation" (__imp_?fgXercesSchemaExternalNoNameSpaceSchemaLocation@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgXercesSchemaExternalSchemaLocation" (__imp_?fgXercesSchemaExternalSchemaLocation@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgXercesUserAdoptsDOMDocument" (__imp_?fgXercesUserAdoptsDOMDocument@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgXercesHandleMultipleImports" (__imp_?fgXercesHandleMultipleImports@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgXercesSchemaFullChecking" (__imp_?fgXercesSchemaFullChecking@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgXercesSchema" (__imp_?fgXercesSchema@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMValidate" (__imp_?fgDOMValidate@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMElementContentWhitespace" (__imp_?fgDOMElementContentWhitespace@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMNamespaces" (__imp_?fgDOMNamespaces@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMEntities" (__imp_?fgDOMEntities@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMDatatypeNormalization" (__imp_?fgDOMDatatypeNormalization@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMComments" (__imp_?fgDOMComments@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2019: unresolved external symbol "public: static class xercesc_3_1::DOMImplementation * __clrcall xercesc_3_1::DOMImplementationRegistry::getDOMImplementation(wchar_t const *)" (?getDOMImplementation@DOMImplementationRegistry@xercesc_3_1@@$$FSMPAVDOMImplementation@2@PB_W@Z) referenced in function "struct xsd::cxx::xml::dom::auto_ptr __clrcall xsd::cxx::xml::dom::parse(class std::basic_string,class std::allocator > const &,class xercesc_3_1::DOMErrorHandler &,class xsd::cxx::xml::properties const &,unsigned long)" (??$parse@D@dom@xml@cxx@xsd@@$$FYM?AU?$auto_ptr@VDOMDocument@xercesc_3_1@@@0123@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAVDOMErrorHandler@xercesc_3_1@@ABV?$properties@D@123@K@Z) 1>gpx.obj : error LNK2019: unresolved external symbol "protected: __clrcall xercesc_3_1::InputSource::InputSource(wchar_t const * const,class xercesc_3_1::MemoryManager * const)" (??0InputSource@xercesc_3_1@@$$FIAM@QB_WQAVMemoryManager@1@@Z) referenced in function "public: __clrcall xsd::cxx::xml::sax::std_input_source::std_input_source(class std::basic_istream > &,class std::basic_string,class std::allocator > const &)" (??$?0D@std_input_source@sax@xml@cxx@xsd@@$$FQAM@AAV?$basic_istream@DU?$char_traits@D@std@@@std@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@6@@Z) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual __clrcall xercesc_3_1::Wrapper4InputSource::~Wrapper4InputSource(void)" (??1Wrapper4InputSource@xercesc_3_1@@$$FUAM@XZ) referenced in function __catch$??$parse@D@dom@xml@cxx@xsd@@$$FYM?AU?$auto_ptr@VDOMDocument@xercesc_3_1@@@0123@AAVInputSource@xercesc_3_1@@AAVDOMErrorHandler@6@ABV?$properties@D@123@K@Z$0 1>gpx.obj : error LNK2019: unresolved external symbol "public: __clrcall xercesc_3_1::Wrapper4InputSource::Wrapper4InputSource(class xercesc_3_1::InputSource * const,bool,class xercesc_3_1::MemoryManager * const)" (??0Wrapper4InputSource@xercesc_3_1@@$$FQAM@QAVInputSource@1@_NQAVMemoryManager@1@@Z) referenced in function "struct xsd::cxx::xml::dom::auto_ptr __clrcall xsd::cxx::xml::dom::parse(class xercesc_3_1::InputSource &,class xercesc_3_1::DOMErrorHandler &,class xsd::cxx::xml::properties const &,unsigned long)" (??$parse@D@dom@xml@cxx@xsd@@$$FYM?AU?$auto_ptr@VDOMDocument@xercesc_3_1@@@0123@AAVInputSource@xercesc_3_1@@AAVDOMErrorHandler@6@ABV?$properties@D@123@K@Z) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMXMLDeclaration" (__imp_?fgDOMXMLDeclaration@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMWRTFormatPrettyPrint" (__imp_?fgDOMWRTFormatPrettyPrint@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgDOMWRTDiscardDefaultContent" (__imp_?fgDOMWRTDiscardDefaultContent@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2019: unresolved external symbol "public: static unsigned long __clrcall xercesc_3_1::XMLString::stringLen(wchar_t const * const)" (?stringLen@XMLString@xercesc_3_1@@$$FSMKQB_W@Z) referenced in function "private: void __clrcall xsd::cxx::tree::hex_binary >::decode(wchar_t const *)" (?decode@?$hex_binary@DV?$simple_type@V_type@tree@cxx@xsd@@@tree@cxx@xsd@@@tree@cxx@xsd@@$$FAAMXPB_W@Z) 1>gpx.obj : error LNK2019: unresolved external symbol "public: static unsigned char * __clrcall xercesc_3_1::Base64::encode(unsigned char const * const,unsigned long,unsigned long *,class xercesc_3_1::MemoryManager * const)" (?encode@Base64@xercesc_3_1@@$$FSMPAEQBEKPAKQAVMemoryManager@2@@Z) referenced in function "public: class std::basic_string,class std::allocator > __clrcall xsd::cxx::tree::base64_binary >::encode(void)const " (?encode@?$base64_binary@DV?$simple_type@V_type@tree@cxx@xsd@@@tree@cxx@xsd@@@tree@cxx@xsd@@$$FQBM?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::SchemaSymbols::fgXSI_NONAMESPACESCHEMALOCACTION" (__imp_?fgXSI_NONAMESPACESCHEMALOCACTION@SchemaSymbols@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::SchemaSymbols::fgXSI_SCHEMALOCACTION" (__imp_?fgXSI_SCHEMALOCACTION@SchemaSymbols@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::SchemaSymbols::fgURI_XSI" (__imp_?fgURI_XSI@SchemaSymbols@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2019: unresolved external symbol "public: static bool __clrcall xercesc_3_1::XMLString::equals(wchar_t const *,wchar_t const *)" (?equals@XMLString@xercesc_3_1@@$$FSM_NPB_W0@Z) referenced in function "void __clrcall xsd::cxx::xml::dom::clear(class xercesc_3_1::DOMElement &)" (??$clear@D@dom@xml@cxx@xsd@@$$FYMXAAVDOMElement@xercesc_3_1@@@Z) 1>gpx.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static wchar_t const * const xercesc_3_1::XMLUni::fgXMLNSURIName" (__imp_?fgXMLNSURIName@XMLUni@xercesc_3_1@@$$Q2QB_WB) 1>gpx.obj : error LNK2019: unresolved external symbol "public: __clrcall xercesc_3_1::XSerializationException::XSerializationException(class xercesc_3_1::XSerializationException const &)" (??0XSerializationException@xercesc_3_1@@$$FQAM@ABV01@@Z) referenced in function "???__E_CT??_R0?AVXSerializationException@xercesc_3_1@@@8??0XSerializationException@xercesc_3_1@@$$FQAM@ABV01@@Z32@@YMXXZ@?A0x645619f9@@$$FYMXXZ" (???__E_CT??_R0?AVXSerializationException@xercesc_3_1@@@8??0XSerializationException@xercesc_3_1@@$$FQAM@ABV01@@Z32@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: __clrcall xercesc_3_1::XMLException::XMLException(class xercesc_3_1::XMLException const &)" (??0XMLException@xercesc_3_1@@$$FQAM@ABV01@@Z) referenced in function "???__E_CT??_R0?AVXMLException@xercesc_3_1@@@8??0XMLException@xercesc_3_1@@$$FQAM@ABV01@@Z32@@YMXXZ@?A0x645619f9@@$$FYMXXZ" (???__E_CT??_R0?AVXMLException@xercesc_3_1@@@8??0XMLException@xercesc_3_1@@$$FQAM@ABV01@@Z32@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: __clrcall xercesc_3_1::RuntimeException::RuntimeException(class xercesc_3_1::RuntimeException const &)" (??0RuntimeException@xercesc_3_1@@$$FQAM@ABV01@@Z) referenced in function "???__E_CT??_R0?AVRuntimeException@xercesc_3_1@@@8??0RuntimeException@xercesc_3_1@@$$FQAM@ABV01@@Z32@@YMXXZ@?A0x645619f9@@$$FYMXXZ" (???__E_CT??_R0?AVRuntimeException@xercesc_3_1@@@8??0RuntimeException@xercesc_3_1@@$$FQAM@ABV01@@Z32@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: __clrcall xercesc_3_1::ArrayIndexOutOfBoundsException::ArrayIndexOutOfBoundsException(class xercesc_3_1::ArrayIndexOutOfBoundsException const &)" (??0ArrayIndexOutOfBoundsException@xercesc_3_1@@$$FQAM@ABV01@@Z) referenced in function "???__E_CT??_R0?AVArrayIndexOutOfBoundsException@xercesc_3_1@@@8??0ArrayIndexOutOfBoundsException@xercesc_3_1@@$$FQAM@ABV01@@Z32@@YMXXZ@?A0x645619f9@@$$FYMXXZ" (???__E_CT??_R0?AVArrayIndexOutOfBoundsException@xercesc_3_1@@@8??0ArrayIndexOutOfBoundsException@xercesc_3_1@@$$FQAM@ABV01@@Z32@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual __clrcall xercesc_3_1::ArrayIndexOutOfBoundsException::~ArrayIndexOutOfBoundsException(void)" (??1ArrayIndexOutOfBoundsException@xercesc_3_1@@$$FUAM@XZ) referenced in function "???__E_TI3?AVArrayIndexOutOfBoundsException@xercesc_3_1@@@@YMXXZ@?A0x645619f9@@$$FYMXXZ" (???__E_TI3?AVArrayIndexOutOfBoundsException@xercesc_3_1@@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>stdafx.obj : error LNK2001: unresolved external symbol "public: virtual __clrcall xercesc_3_1::ArrayIndexOutOfBoundsException::~ArrayIndexOutOfBoundsException(void)" (??1ArrayIndexOutOfBoundsException@xercesc_3_1@@$$FUAM@XZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual class xercesc_3_1::XMLException * __clrcall xercesc_3_1::IllegalArgumentException::duplicate(void)const " (?duplicate@IllegalArgumentException@xercesc_3_1@@$$FUBMPAVXMLException@2@XZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::IllegalArgumentException::`local vftable'''(void)" (???__E??_SIllegalArgumentException@xercesc_3_1@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual wchar_t const * __clrcall xercesc_3_1::IllegalArgumentException::getType(void)const " (?getType@IllegalArgumentException@xercesc_3_1@@$$FUBMPB_WXZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::IllegalArgumentException::`local vftable'''(void)" (???__E??_SIllegalArgumentException@xercesc_3_1@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual class xercesc_3_1::XMLException * __clrcall xercesc_3_1::NoSuchElementException::duplicate(void)const " (?duplicate@NoSuchElementException@xercesc_3_1@@$$FUBMPAVXMLException@2@XZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::NoSuchElementException::`local vftable'''(void)" (???__E??_SNoSuchElementException@xercesc_3_1@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual wchar_t const * __clrcall xercesc_3_1::NoSuchElementException::getType(void)const " (?getType@NoSuchElementException@xercesc_3_1@@$$FUBMPB_WXZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::NoSuchElementException::`local vftable'''(void)" (???__E??_SNoSuchElementException@xercesc_3_1@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual class xercesc_3_1::XMLException * __clrcall xercesc_3_1::RuntimeException::duplicate(void)const " (?duplicate@RuntimeException@xercesc_3_1@@$$FUBMPAVXMLException@2@XZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::RuntimeException::`local vftable'''(void)" (???__E??_SRuntimeException@xercesc_3_1@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual wchar_t const * __clrcall xercesc_3_1::RuntimeException::getType(void)const " (?getType@RuntimeException@xercesc_3_1@@$$FUBMPB_WXZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::RuntimeException::`local vftable'''(void)" (???__E??_SRuntimeException@xercesc_3_1@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual class xercesc_3_1::XMLException * __clrcall xercesc_3_1::NullPointerException::duplicate(void)const " (?duplicate@NullPointerException@xercesc_3_1@@$$FUBMPAVXMLException@2@XZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::NullPointerException::`local vftable'''(void)" (???__E??_SNullPointerException@xercesc_3_1@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual wchar_t const * __clrcall xercesc_3_1::NullPointerException::getType(void)const " (?getType@NullPointerException@xercesc_3_1@@$$FUBMPB_WXZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::NullPointerException::`local vftable'''(void)" (???__E??_SNullPointerException@xercesc_3_1@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual class xercesc_3_1::XMLException * __clrcall xercesc_3_1::XSerializationException::duplicate(void)const " (?duplicate@XSerializationException@xercesc_3_1@@$$FUBMPAVXMLException@2@XZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::XSerializationException::`local vftable'''(void)" (???__E??_SXSerializationException@xercesc_3_1@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual wchar_t const * __clrcall xercesc_3_1::XSerializationException::getType(void)const " (?getType@XSerializationException@xercesc_3_1@@$$FUBMPB_WXZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::XSerializationException::`local vftable'''(void)" (???__E??_SXSerializationException@xercesc_3_1@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "protected: virtual class xercesc_3_1::RegxParser * __clrcall xercesc_3_1::RegularExpression::getRegexParser(int,class xercesc_3_1::MemoryManager * const)" (?getRegexParser@RegularExpression@xercesc_3_1@@$$FMAMPAVRegxParser@2@HQAVMemoryManager@2@@Z) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::RegularExpression::`local vftable'''(void)" (???__E??_SRegularExpression@xercesc_3_1@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual void __clrcall xercesc_3_1::InputSource::setIssueFatalErrorIfNotFound(bool)" (?setIssueFatalErrorIfNotFound@InputSource@xercesc_3_1@@$$FUAMX_N@Z) referenced in function "void __clrcall `dynamic initializer for 'const xsd::cxx::xml::sax::std_input_source::`vftable'''(void)" (???__E??_7std_input_source@sax@xml@cxx@xsd@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual void __clrcall xercesc_3_1::InputSource::setSystemId(wchar_t const * const)" (?setSystemId@InputSource@xercesc_3_1@@$$FUAMXQB_W@Z) referenced in function "void __clrcall `dynamic initializer for 'const xsd::cxx::xml::sax::std_input_source::`vftable'''(void)" (???__E??_7std_input_source@sax@xml@cxx@xsd@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual void __clrcall xercesc_3_1::InputSource::setPublicId(wchar_t const * const)" (?setPublicId@InputSource@xercesc_3_1@@$$FUAMXQB_W@Z) referenced in function "void __clrcall `dynamic initializer for 'const xsd::cxx::xml::sax::std_input_source::`vftable'''(void)" (???__E??_7std_input_source@sax@xml@cxx@xsd@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual void __clrcall xercesc_3_1::InputSource::setEncoding(wchar_t const * const)" (?setEncoding@InputSource@xercesc_3_1@@$$FUAMXQB_W@Z) referenced in function "void __clrcall `dynamic initializer for 'const xsd::cxx::xml::sax::std_input_source::`vftable'''(void)" (???__E??_7std_input_source@sax@xml@cxx@xsd@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual bool __clrcall xercesc_3_1::InputSource::getIssueFatalErrorIfNotFound(void)const " (?getIssueFatalErrorIfNotFound@InputSource@xercesc_3_1@@$$FUBM_NXZ) referenced in function "void __clrcall `dynamic initializer for 'const xsd::cxx::xml::sax::std_input_source::`vftable'''(void)" (???__E??_7std_input_source@sax@xml@cxx@xsd@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual wchar_t const * __clrcall xercesc_3_1::InputSource::getSystemId(void)const " (?getSystemId@InputSource@xercesc_3_1@@$$FUBMPB_WXZ) referenced in function "void __clrcall `dynamic initializer for 'const xsd::cxx::xml::sax::std_input_source::`vftable'''(void)" (???__E??_7std_input_source@sax@xml@cxx@xsd@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual wchar_t const * __clrcall xercesc_3_1::InputSource::getPublicId(void)const " (?getPublicId@InputSource@xercesc_3_1@@$$FUBMPB_WXZ) referenced in function "void __clrcall `dynamic initializer for 'const xsd::cxx::xml::sax::std_input_source::`vftable'''(void)" (???__E??_7std_input_source@sax@xml@cxx@xsd@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>gpx.obj : error LNK2019: unresolved external symbol "public: virtual wchar_t const * __clrcall xercesc_3_1::InputSource::getEncoding(void)const " (?getEncoding@InputSource@xercesc_3_1@@$$FUBMPB_WXZ) referenced in function "void __clrcall `dynamic initializer for 'const xsd::cxx::xml::sax::std_input_source::`vftable'''(void)" (???__E??_7std_input_source@sax@xml@cxx@xsd@@6B@@@YMXXZ@?A0x645619f9@@$$FYMXXZ) 1>stdafx.obj : error LNK2019: unresolved external symbol "public: virtual __clrcall xercesc_3_1::XMLPlatformUtilsException::~XMLPlatformUtilsException(void)" (??1XMLPlatformUtilsException@xercesc_3_1@@$$FUAM@XZ) referenced in function "public: virtual void * __clrcall xercesc_3_1::XMLPlatformUtilsException::`vector deleting destructor'(unsigned int)" (??_EXMLPlatformUtilsException@xercesc_3_1@@$$FUAMPAXI@Z) 1>stdafx.obj : error LNK2019: unresolved external symbol "public: virtual class xercesc_3_1::XMLException * __clrcall xercesc_3_1::XMLPlatformUtilsException::duplicate(void)const " (?duplicate@XMLPlatformUtilsException@xercesc_3_1@@$$FUBMPAVXMLException@2@XZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::XMLPlatformUtilsException::`local vftable'''(void)" (???__E??_SXMLPlatformUtilsException@xercesc_3_1@@6B@@@YMXXZ@?A0x011a5817@@$$FYMXXZ) 1>stdafx.obj : error LNK2019: unresolved external symbol "public: virtual wchar_t const * __clrcall xercesc_3_1::XMLPlatformUtilsException::getType(void)const " (?getType@XMLPlatformUtilsException@xercesc_3_1@@$$FUBMPB_WXZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::XMLPlatformUtilsException::`local vftable'''(void)" (???__E??_SXMLPlatformUtilsException@xercesc_3_1@@6B@@@YMXXZ@?A0x011a5817@@$$FYMXXZ) 1>stdafx.obj : error LNK2019: unresolved external symbol "public: virtual class xercesc_3_1::XMLException * __clrcall xercesc_3_1::ArrayIndexOutOfBoundsException::duplicate(void)const " (?duplicate@ArrayIndexOutOfBoundsException@xercesc_3_1@@$$FUBMPAVXMLException@2@XZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::ArrayIndexOutOfBoundsException::`local vftable'''(void)" (???__E??_SArrayIndexOutOfBoundsException@xercesc_3_1@@6B@@@YMXXZ@?A0x011a5817@@$$FYMXXZ) 1>stdafx.obj : error LNK2019: unresolved external symbol "public: virtual wchar_t const * __clrcall xercesc_3_1::ArrayIndexOutOfBoundsException::getType(void)const " (?getType@ArrayIndexOutOfBoundsException@xercesc_3_1@@$$FUBMPB_WXZ) referenced in function "void __clrcall `dynamic initializer for 'const xercesc_3_1::ArrayIndexOutOfBoundsException::`local vftable'''(void)" (???__E??_SArrayIndexOutOfBoundsException@xercesc_3_1@@6B@@@YMXXZ@?A0x011a5817@@$$FYMXXZ) 1>c:\Users\Tom\Documents\Visual Studio 2008\Projects\gpxTest\Debug\gpxTest.exe : fatal error LNK1120: 164 unresolved externals 1>Build log was saved at "file://c:\Users\Tom\Documents\Visual Studio 2008\Projects\gpxTest\gpxTest\Debug\BuildLog.htm" 1>gpxTest - 167 error(s), 1281 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== From boris at codesynthesis.com Wed Jan 11 08:51:37 2012 From: boris at codesynthesis.com (Boris Kolpackov) Date: Wed Jan 11 08:48:18 2012 Subject: [xsd-users] Problem linking with VS 2008 In-Reply-To: <4F0C92B3.3080700@gmail.com> References: <4F0C92B3.3080700@gmail.com> Message-ID: Hi Thomas, Thomas Dobroth writes: > 1>gpx.obj : error LNK2028: unresolved token (0A00000F) "public: virtual > __clrcall xercesc_3_1::IllegalArgumentException::~IllegalArgumentException(void)" Are you linking your program with the Xerces-C++ library? Check the "Using XSD with Microsoft Visual Studio" Wiki page, in particular, step 9 in the section for VS 2008: http://wiki.codesynthesis.com/Using_XSD_with_Microsoft_Visual_Studio Also, that '__clrcall' in the symbol is very suspicious. Is your application by any chance using .Net C++ (aka C++/CLI)? Note that XSD (and Xerces-C++) can only be used in native C++ applications. Boris From dobroth at gmail.com Sat Jan 21 18:43:41 2012 From: dobroth at gmail.com (Thomas Dobroth) Date: Sat Jan 21 18:43:54 2012 Subject: [xsd-users] Problem linking with VS 2008 In-Reply-To: References: <4F0C92B3.3080700@gmail.com> Message-ID: <4F1B4DAD.2090500@gmail.com> Boris, Thanks for getting back to me quickly, and sorry for my late reply. The linking problem was solved by using a non-clr project. Thanks I immediately ran into another problem that I cannot explain: I am trying to parse a GPX file (standard output from a gps reciever). See: "http://www.topografix.com/GPX/1/1" Using simple code: *#include "stdafx.h" #include "gpx.hxx" using namespace std; int _tmain(int argc, _TCHAR* argv[]) { try { auto_ptr gg = GPX::gpx("C:\\Users\\Tom\\Documents\\gpsPhotoTagger_Workspace\\7069.gpx"); } catch(const xml_schema::exception & e) { int junk=0; } return 0; }* The gpx function throws an error. If i remove the try/catch block, the debugger shows a diagnostics_ array with 100000+ rows stating that the all the elements were not recognized. [0] = {severity_={...} id_="C:\Users\Tom\Documents\gpsPhotoTagger_Workspace\7069.gpx" line_=2 ...} + message_ "no declaration found for element 'gpx'" std::basic_string,std::allocator > gpx is the root element for a gpx file. Any help would be appreciated. Thanks, Tom On 1/11/2012 5:51 AM, Boris Kolpackov wrote: > Hi Thomas, > > Thomas Dobroth writes: > >> 1>gpx.obj : error LNK2028: unresolved token (0A00000F) "public: virtual >> __clrcall xercesc_3_1::IllegalArgumentException::~IllegalArgumentException(void)" > Are you linking your program with the Xerces-C++ library? Check the > "Using XSD with Microsoft Visual Studio" Wiki page, in particular, > step 9 in the section for VS 2008: > > http://wiki.codesynthesis.com/Using_XSD_with_Microsoft_Visual_Studio > > Also, that '__clrcall' in the symbol is very suspicious. Is your > application by any chance using .Net C++ (aka C++/CLI)? Note that > XSD (and Xerces-C++) can only be used in native C++ applications. > > Boris From boris at codesynthesis.com Mon Jan 23 10:41:43 2012 From: boris at codesynthesis.com (Boris Kolpackov) Date: Mon Jan 23 10:37:08 2012 Subject: [xsd-users] Problem linking with VS 2008 In-Reply-To: <4F1B4DAD.2090500@gmail.com> References: <4F0C92B3.3080700@gmail.com> <4F1B4DAD.2090500@gmail.com> Message-ID: Hi Thomas, Thomas Dobroth writes: > If i remove the try/catch block, the debugger shows a diagnostics_ array > with 100000+ rows stating that the all the elements were not recognized. Q&A #2.1 in the C++/Tree Mapping FAQ: http://wiki.codesynthesis.com/Tree/FAQ Boris From mail.lyndon at gmail.com Thu Jan 26 19:19:41 2012 From: mail.lyndon at gmail.com (Lyndon) Date: Fri Jan 27 08:10:07 2012 Subject: [xsd-users] Option --generate-xml-schema not typedef-ing all exceptions? Message-ID: Hi, I'm using xsd 3.3.0 with xerces 2.7.0 and noticed that when I use the --generate-xml-schema option for xsd, the resulting schema file doesn't typedef all of the possible exceptions like it did in previous versions. In particular, I noticed that xml_schema::no_type_info and xml_schema::not_derived were not included in the resulting xml file. I just wanted to know if this was a bug. The command I used was: xsd cxx-tree --hxx-suffix .h --generate-serialization --generate-xml-schema xml_schema.xsd The resulting file had these exceptions, but were missing the two I mentioned: typedef ::xsd::cxx::tree::exception< char > exception; typedef ::xsd::cxx::tree::bounds< char > bounds; typedef ::xsd::cxx::tree::duplicate_id< char > duplicate_id; typedef ::xsd::cxx::tree::parsing< char > parsing; typedef ::xsd::cxx::tree::expected_element< char > expected_element; typedef ::xsd::cxx::tree::unexpected_element< char > unexpected_element; typedef ::xsd::cxx::tree::expected_attribute< char > expected_attribute; typedef ::xsd::cxx::tree::unexpected_enumerator< char > unexpected_enumerator; typedef ::xsd::cxx::tree::expected_text_content< char > expected_text_content; typedef ::xsd::cxx::tree::no_prefix_mapping< char > no_prefix_mapping; typedef ::xsd::cxx::tree::serialization< char > serialization; In previous versions, I think all of the exceptions were generated. For example, in xsd 2.3.1, here is what the same command produced in the file: typedef ::xsd::cxx::tree::exception< char > exception; typedef ::xsd::cxx::tree::parsing< char > parsing; typedef ::xsd::cxx::tree::expected_element< char > expected_element; typedef ::xsd::cxx::tree::unexpected_element< char > unexpected_element; typedef ::xsd::cxx::tree::expected_attribute< char > expected_attribute; typedef ::xsd::cxx::tree::unexpected_enumerator< char > unexpected_enumerator; typedef ::xsd::cxx::tree::expected_text_content< char > expected_text_content; typedef ::xsd::cxx::tree::no_type_info< char > no_type_info; typedef ::xsd::cxx::tree::not_derived< char > not_derived; typedef ::xsd::cxx::tree::duplicate_id< char > duplicate_id; typedef ::xsd::cxx::tree::serialization< char > serialization; typedef ::xsd::cxx::tree::no_namespace_mapping< char > no_namespace_mapping; typedef ::xsd::cxx::tree::no_prefix_mapping< char > no_prefix_mapping; typedef ::xsd::cxx::tree::xsi_already_in_use< char > xsi_already_in_use; typedef ::xsd::cxx::tree::bounds< char > bounds; Thanks! From boris at codesynthesis.com Fri Jan 27 10:17:26 2012 From: boris at codesynthesis.com (Boris Kolpackov) Date: Fri Jan 27 10:12:26 2012 Subject: [xsd-users] Option --generate-xml-schema not typedef-ing all exceptions? In-Reply-To: References: Message-ID: Hi Lyndon, Lyndon writes: > I'm using xsd 3.3.0 with xerces 2.7.0 and noticed that when I use the > --generate-xml-schema option for xsd, the resulting schema file doesn't > typedef all of the possible exceptions like it did in previous versions. > In particular, I noticed that xml_schema::no_type_info and > xml_schema::not_derived were not included in the resulting xml file. I > just wanted to know if this was a bug. > > The command I used was: > > xsd cxx-tree --hxx-suffix .h --generate-serialization --generate-xml-schema > xml_schema.xsd When using the --generate-xml-schema option you need to use the same "feature options" (i.e., options that turn on optional features) as when compiling your actual schema file. In particular, the no_type_info and not_derived exceptions are only used when handling polymorphic schemas and are added to the generated file only if the --generate-polymorphic option was specified. Boris