'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
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
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
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
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
: [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
[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
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