Title: RE: xerces new/delete
Hi Paul,
You wrote ...
> Hi! My app is using xerces-2.6.0 and another third
> party library called ogre-0.15.0 (www.ogre3d.org).
> The problem is, ogre defines the functions new and
> delete in OgreMemoryManager.h. But xerces also
> defines this
Hi! My app is using xerces-2.6.0 and another third
party library called ogre-0.15.0 (www.ogre3d.org).
The problem is, ogre defines the functions new and
delete in OgreMemoryManager.h. But xerces also
defines this in XMemory.hpp. The new/delete functions
in both ogre and xerces are global. On co