RE: Xerces and multithreading on Win2K

2001-12-24 Thread SidY
't hear anything more about it then it's my problem. Sid -Original Message- From: Tinny Ng [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 25 December 2001 1:45 AM To: [EMAIL PROTECTED] Subject: Re: Xerces and multithreading on Win2K With Xerces 1.6.0, you can now call XMLPlatf

Re: Xerces and multithreading on Win2K

2001-12-24 Thread Tinny Ng
With Xerces 1.6.0, you can now call XMLPlatformUtils::Initialize() and XMLPlatformUtils::Terminate() multiple times in a process, and CAN call XMLPlatformUtils::Initialize() again after calling XMLPlatformUtils::Terminate() Nth time. See http://xml.apache.org/xerces-c/faq-parse.html#faq-25 for de

RE: Xerces and multithreading on Win2K

2001-12-23 Thread Joachim Achtzehnter
Sid wrote: > > The problem is now fixed but it kept crashing the second time the > SAXParser was being created. > > Chris Prior wrote: > > > > From initial observations you should not call > > XMLPlatformUtils::Initialize() and XMLPlatformUtils::Terminate() > > multiple times in a process (they sh

RE: Xerces and multithreading on Win2K

2001-12-22 Thread SidY
Hi, The problem is now fixed but it kept crashing the second time the SAXParser was being created. Sid -Original Message- From: Prior, Chris [mailto:[EMAIL PROTECTED]] Sent: Friday, 21 December 2001 8:17 PM To: '[EMAIL PROTECTED]' Subject: RE: Xerces and multithreadin

RE: Xerces and multithreading on Win2K

2001-12-21 Thread Prior, Chris
may have been fixed in 1.6 but try calling these functions on startup and shutdown for the process instead. Good luck. > Chris Prior -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 20 December 2001 23:27 To: [EMAIL PROTECTED] Subject: Xerces and multithread

RE: Xerces and multithreading on Win2K

2001-12-20 Thread SidY
: [EMAIL PROTECTED] Subject: Re: Xerces and multithreading on Win2K [EMAIL PROTECTED] you wrote: > > I have re-engineered a VC++(6) application to a multithreaded design and now > find that calls to xerces functions (v1.5) crash. > > The thread sits and monitors a directory for XM

Re: Xerces and multithreading on Win2K

2001-12-20 Thread Joachim Achtzehnter
[EMAIL PROTECTED] you wrote: > > I have re-engineered a VC++(6) application to a multithreaded design and now > find that calls to xerces functions (v1.5) crash. > > The thread sits and monitors a directory for XML file and then creates an > object (CStateMachine) to process the file (the file is

Xerces and multithreading on Win2K

2001-12-20 Thread SidY
Hi all, I have re-engineered a VC++(6) application to a multithreaded design and now find that calls to xerces functions (v1.5) crash. The thread sits and monitors a directory for XML file and then creates an object (CStateMachine) to process the file (the file is represented as a CDataFile ob