Debug vs. non-debug is just as important as threaded vs non-threaded. Make
sure you are using the same debug setting as the version of the parser you
are linking against.

--------------------------
Dean Roddey
The Charmed Quark Controller
Charmed Quark Software
[EMAIL PROTECTED]
http://www.charmedquark.com

"If it don't have a control port, don't buy it!"


----- Original Message -----
From: "Joe Marini" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 18, 2001 4:41 PM
Subject: Re: transcode() issue still happening


> For some reason, it still happens.
>
> I can get it to reproduce with just a few lines:
>
>    DOMString nodeValue("some value");
>    char *temp = nodeValue.transcode();
>    delete temp;
>
> I triple-checked my build settings, and according to the VC project
settings
> dialog, I'm linking to the Multithreaded DLL for the runtime.
>
> Joe
>
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, October 18, 2001 3:43 PM
> Subject: Re: transcode() issue still happening
>
>
> >
> > You should double-check your settings for all configurations, then do a
> > clean re-build, just to be sure.  Unless you're corrupting the pointer
> > value in your code, the switch to the mutlithreaded DLL run-times should
> > fix the problem.
> >
> > Dave
> >
> >
> >
> >
> >                     "Joe Marini"
> >                     <joe@presidiosof        To:
> <[EMAIL PROTECTED]>
> >                     tware.com>              cc:     (bcc: David N
> Bertoni/CAM/Lotus)
> >                                             Subject:     transcode()
issue
> still happening
> >                     10/18/2001 05:09
> >                     PM
> >                     Please respond
> >                     to xerces-c-dev
> >
> >
> >
> >
> >
> > After reading the FAQ, I double-checked my project settings to make sure
> > I'm
> > linking against the Multithreaded DLL version of the C runtime, but I'm
> > still getting assertions when trying to delete the string pointer
returned
> > by DOMString.transcode().
> >
> > Is this a known issue?
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > 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]
> >
> >
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to