RE: xerces new/delete

2004-12-26 Thread Abbate, Joseph M
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

xerces new/delete

2004-12-26 Thread Paul Rivera
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