I has checked my xerces 2_6 dll. It depends MSVCRT.dll And my cegui dll depends MSVCRT71.dll I got the xerces lib/dll from web download without source code. and , I got the cegui source code from cvs HEAD , I compile with vc7.1. The RawDataContainer's memory is alloc in OgreCEGUIResourceProvider and...
about RawDataContainer::~RawDataContainer() { ... delete [] m_data //<--------crash. ... } I use xerces-c_2_6 , I get a rash on load scheme . but I get nothing problem when I use xerces-c_2_5 with in Ogre 1.0. I think : ther xerces MemBufInputSource has release the buffer. Now, temp, I change the co...