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

2001-05-08 Thread Boris Tarasyuk
oblem initializing and terminating XMLPlatformUtils more than once 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 the error. > > XMLPlatformUtils::Initialize(); &g

Problem initializing and terminating XMLPlatformUtils more than once in a program

2001-05-07 Thread Mitchell, Raymond
I have run into a problem attempting to initialize and terminate XMLPlatformUtils more than once in a single program. The following code causes the error. XMLPlatformUtils::Initialize(); DOMParser *pDOMParser = new DOMParser; delete pDOMParser; XMLPlatformUtils::T