I'm having problems using Xerces/Xalan in Win32. In my MFC project, I can use Xerces with no problem. But if I call:
XMLPlatformUtils::Initialize(); XalanTransformer::initialize();
the second line asserts in the line 80 of XMemory.cpp file:
void* XMemory::operator new(size_t size)
{
...
void* const block = XMLPlatformUtils::fgMemoryManager->allocate
(
headerSize + size
); // <-the VC++ debugger stops here
...
Anybody can help? Thanks in advance.
//_________________________ Fernando Lagos
[EMAIL PROTECTED] http://www.cqssistemas.com.ar //_________________________
