It looks like you are using Xerces 2.X. In my experience, for this version, neither the binaries work (since they are built with Visual C++ and use a non-Borland-compatible format) nor does the downloadable project (since it's for BCB6, and can't be compiled with BCB5).
Someone had previously posted a modification to the 2.1.0 project that got it to work with BCB5. I was able to download and compile it, and have been using it with great success ever since. Here's the link to that person's post: http://marc.theaimsgroup.com/?l=xerces-c-dev&m=103380992231866&w=2 HTH Lora. ----- Original Message ----- From: "John Meyer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 4:39 PM Subject: Weird linker errors > Hi, > i'm using BCB 5 pro, and I'm getting the following errors. > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - forms, calculators, tips, more > http://taxes.yahoo.com/ > > ---------------------------------------------------------------------------- ---- > [Linker Error] Unresolved external 'DOMImplementationRegistry::getDOMImplementation(const wchar_t *)' referenced from C:\PROGRAMS\DATABASE PROGRAM\DATABASE PROGRAM\UNIT1.OBJ > [Linker Error] Unresolved external 'XMLString::transcode(const char * const)' referenced from C:\PROGRAMS\DATABASE PROGRAM\DATABASE PROGRAM\UNIT1.OBJ > [Linker Error] Unresolved external 'XMLString::transcode(const wchar_t * const)' referenced from C:\PROGRAMS\DATABASE PROGRAM\DATABASE PROGRAM\UNIT1.OBJ > > ---------------------------------------------------------------------------- ---- > --------------------------------------------------------------------- > 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]
