Hello, I have succesfully used code bits like
XMLCh* xmlChAttrName = XMLString::transcode( "Name" ); // process the string... delete [] xmlChAttrName; with v1.7.0 in MSVC6 environment. But now that we've moved to VS.NET 2003 it crashes on pretty much every call to delete []. Reading the FAQ I guess the problem occurs because my app and xerces don't use the same runtime library anymore.Right? So, what are my choices to resolve this issue? 1. Upgrade xerces? To which version? 2. Build v1.7.0 with VS.NET? Don't have the project files to do so.... Markus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]