Thanks for the response. I'm trying to run the DOMCount and SAXCount samples. I've just created a new Borland project for each, added the cpp and hpp files and included the built xerces-bor_.lib. It compiles and builds fine, just fails when a new parser is created.
----- Original Message ----- From: "Vitaly Prapirny" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 13, 2003 9:57 AM Subject: Re: Problems with Samples for Xerces2.3 > Which sample program are you trying to run ? How are you build this > sample program ? > > > Rebecca Vernon wrote: > > > > Hi, > > > > Thanks for looking at this post. I've recently downloaded Xerces2.3 > > C++ and have managed to compile and build the Bcc.551 code (using the > > patch provided for bug 20353). However, I cannot get the sample > > programs to successfully run. Whenever a new SAX or DOM parser is > > created I get an access violation in the constructors of either > > XMLBufferMgr.cpp or XMLBuffer.hpp (see code at bottom of post). The > > exceptions thrown include "Read of Address: xxx", where xxx is the > > adress of the MemoryManager passed in to the constructor. > > > > Has anybody else experienced these problems or got any ideas about > > what I might be doing wrong? Any help would be gratefully received. > > > > Thanks, > > Rebecca Vernon > > Research Scientist - QinetiQ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
