RE: problem with DOMString::transcode

2001-11-09 Thread Erik Schroeder
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

problem with DOMString::transcode

2001-11-09 Thread nacho
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