You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Lluís Gesa Boté <ll...@scytl.com> on 2002/12/16 20:58:46 UTC

Xerces-c under MSVC 6.0

I'm using xerces 2.1.0 under MSVC 6.0, I'm builded "Xerces-Lib Win32
Debug" and next simple example:

int  main()
{
  char* p = XMLString::replicate("hello?");

  delete []p;

  return 1;
}

cause, on delete, a "Invalid Address specified to RtlFreeHeap".

What happens???

thx in advance.

-- 

::: Lluís Gesa Boté
-- 

::: Lluís Gesa Boté

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org