You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Jan Ove Aase <ja...@osc.no> on 2000/09/01 08:39:07 UTC

Re: SAXException and Borland

Win32MsgLoader, it seems.

Should I try another?


On Thu, 31 Aug 2000, Dean Roddey wrote:

> Which message loader are you using?
> 
> 
> ----- Original Message ----- 
> From: "Jan Ove Aase" <ja...@osc.no>
> To: <xe...@xml.apache.org>
> Sent: Wednesday, August 30, 2000 3:18 AM
> Subject: SAXException and Borland
> 
> 
> > I have managed to compile Xerces using BCB5, and everything seems to be
> > working just fine - except I cannot get any messages from
> > SAXParseExceptions. This is a part of my function:
> > 
> >      void registerError( const SAXParseException &e )
> >      {
> >           string file = XMLString::transcode( e.getSystemId() );
> >           string msg = XMLString::transcode( e.getMessage() );
> >           int line = e.getLineNumber();
> >           int col = e.getColumnNumber();
> >           ...
> > 
> > This method is called from my ErrorHandler (warning, error and
> > fatalerror).
> > It works fine using Visual C++, but using BCB5 I get an empty message.
> > 
> > Does anyone know how to fix this?
> > 
> > 
> > Jan Ove Aase.
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> > For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
>