I have checked the xerces-c_2_1_0D.dll, and indeed, there are no such functions. My question is: What to do if I want to use the new libraries, and the deprecated headers? Is that doable?
If so, how to correct this linker errors? Thank you, Endre On Mon, 25 Nov 2002, Endre, MAGYARI wrote: > > I see. I realized it by now anyway :) > Is there a problem with using: > - Xerces 2.1.x > - using the headers in deprecated/ directories > - linking against Xerces-2 libraries > ? > > I read the migration guide, and if I understood correctly, it should be > fine. > > However, that's what I have done, and I have linker errors: > > UdmDom_D.lib(UdmDom.obj) : error LNK2001: unresolved external symbol > "__declspec(dllimport) public: void __thiscall DOMParser::parse(char const > * const)" (__imp_?parse@DOMParser@@QAEXQBD@Z) > UdmDom_D.lib(UdmDom.obj) : error LNK2001: unresolved external symbol > "__declspec(dllimport) public: long __thiscall > SAXParseException::getColumnNumber(void)const " > (__imp_?getColumnNumber@SAXParseException@@QBEJXZ) > UdmDom_D.lib(UdmDom.obj) : error LNK2001: unresolved external symbol > "__declspec(dllimport) public: long __thiscall > SAXParseException::getLineNumber(void)const " > (__imp_?getLineNumber@SAXParseException@@QBEJXZ) > On Mon, 25 Nov 2002, > > > Thank you for your help, > Endre. > > Zdenek Nemec wrote: > > > Dear Endre > > I am affraid there is no more DOMString use XMLCh* instead backed by > > XMLString > > > > see > > http://xml.apache.org/xerces-c/program-dom.html#XMLCh > > > > and > > http://xml.apache.org/xerces-c/migrate_archive.html > > for migration archive > > > > > > zdenek > > > > > > ----- Original Message ----- > > From: "Endre, MAGYARI" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Monday, November 25, 2002 10:58 AM > > Subject: DOMString > > > > > > > Dear List, > > > > > > > > > I'm migrating a code from Xerces 1.5.1 to Xerces 2.1.x, > > > I can not see a DOMString definition in the new include files. > > > (there is, but only in deprecated directories) > > > > > > What to use instead of DomString? Is there a Migration guide > > > somewhere ? > > > Thank you, > > > Endre > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > -- ing. dipl. ENDRE Magyari [EMAIL PROTECTED] software engineer office:+40-66-171200 system administrator mobile:+40-94-794735 Nextra Ltd. Florilor no 28/1. RO-4100 Miercurea Ciuc. ROMANIA --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
