You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Fernando <fl...@cqssistemas.com.ar> on 2003/10/14 18:24:41 UTC

Unhandled exception using Xerces/Xalan in VC++. Help?

Hi:

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

flagos@cqssistemas.com.ar
http://www.cqssistemas.com.ar
//_________________________