RE: Problem initializing and terminating XMLPlatformUtils more than o nce in a program

2001-05-07 Thread Mitchell, Raymond
g and terminating XMLPlatformUtils more than o nce in a program The API doc says: "void XMLPlatformUtils::Initialize () [static] Perform per-process parser initialization." so I assume it isn't mean to be called repeatedly. It is also written at http://xml.apache.org/xerces-c/program.

Re: Problem initializing and terminating XMLPlatformUtils more than o nce in a program

2001-05-07 Thread walker . curtis
TP To: [EMAIL PROTECTED]@SMTP cc: Subject: Problem initializing and terminating XMLPlatformUtils more than o nce in a program Classification: I have run into a problem attempting to initialize and terminate XMLPlatformUtils more than once in a single program. The following code c

Re: Problem initializing and terminating XMLPlatformUtils more than o nce in a program

2001-05-07 Thread Dee Jay Randall
The API doc says: "void XMLPlatformUtils::Initialize () [static] Perform per-process parser initialization." so I assume it isn't mean to be called repeatedly. It is also written at http://xml.apache.org/xerces-c/program.html "Key points to remember when using the C++ DOM classes: - Create

Re: Problem initializing and terminating XMLPlatformUtils more than o nce in a program

2001-05-07 Thread Scott A. Herod
Inc > [EMAIL PROTECTED] > > -Original Message- > From: Mitchell, Raymond [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 07, 2001 3:01 PM > To: '[EMAIL PROTECTED]' > Subject: Problem initializing and terminating XMLPlatformUtils more than > o nce in a program >

RE: Problem initializing and terminating XMLPlatformUtils more than o nce in a program

2001-05-07 Thread Dean Roddey
EMAIL PROTECTED]' Subject: Problem initializing and terminating XMLPlatformUtils more than o nce in a program I have run into a problem attempting to initialize and terminate XMLPlatformUtils more than once in a single program. The following code causes