Details
-
Bug
-
Status: Resolved
-
Resolution: Won't Fix
-
2.3.0
-
None
-
None
-
Operating System: Windows 9x
Platform: PC
-
25124
Description
xerces-c_2_3_0-win32
I am unable to compile anything with this lib,
when i try to, got this error:
C:\xerces\xerces-c_2_3_0-win32\include\xercesc/util/XMemory.hpp(119) : error
C2669: Das Element 'operator delete' kann nicht mit einer abweichenden Anzahl
von formalen Argumenten ueberladen werden
Using microsoft Developer studio 97 (Visual C++ 5.0)
This error Appends after "#include " anything in the lib or Samples,
the problematic code is "void operator delete(void* p, MemoryManager* memMgr);"
from the XMemory.hpp line 199