If using Win32 verify that you are building as MultiThreaded DLL (or Debug MultiThreaded DLL)
-----Original Message----- From: Vijay Ganapati [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 4:10 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Faulty documentation in header of XMLString.h?? When i do char * pmychar = XMLString::transcode(pDOMNamedNodeMap->getNamedItem(L"id")->getNodeName()); then, going by the documentation, i should delete pmychar so: delete[] pmychar; However it crashes, and i suspect the pmychar returned is not dynamically allocated as the documentation seems to assert?? --------------------------------------------------------------------- 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]
