Is there a 64 bit compiled version of the xerces library in the d istribution???

2004-08-03 Thread Jones, Brian O.
Hello All, I am compiling my app on a Solaris 2.9 machine and it needs the 64 bit compiled version of the shared library for xerces...??? Any clue where or how to do this??? Thanks in Advance Brian Jones Senior Software Engineer (Email) [EMAIL PROTECTED] Phone (410) 993-2072 Fax (410) 981-838

Re: Fatal error from DOMError

2004-08-03 Thread Neil Graham
Hi Bhuvana, You wrote: > I have put mutex > lock for initialize and terminate commands This might point to a usage error. XMLPlatformUtils::initialize() and terminate must be called before and after all calls to the library respectively. So you need to call them in a single-threaded conte