Check the FAQ. You are mixing runtimes.
-Original Message-
From: nacho [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 09, 2001 11:53 AM
To: XERCES C list
Subject: problem with DOMString::transcode
Hi,
I'm having a problem while using this method in a little
example I wrote in
Hi,
I'm having a problem while using this method in a little
example I wrote in MSVC.
I do something like:
char *s = elem.getAttribute("attr").transcode();
a = strtoul(s,NULL,10); // attr is an integer attribute
delete[] s; <-- error here
And the program exits with a Debug Assertion Exception