Check if your .cpp file has these macro definitions

#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif

before any #include statement; in this case, move it to be after all the #include and before your code (or remove it altogether)

Alberto

At 11.29 12/03/2004 +0100, Milan Tomic wrote:

I've tried to compile my app using Debug mode (VC++ 6) and got those exceptions:

c:\download\xml\apache\xerces-c-src_2_3_0\xerces-c-src_2_3_0\src\xercesc\util\emptystackexception.hpp(69) : error C2661: 'new' : no overloaded function takes 3 parameters

error C2661: 'new' : no overloaded function takes 3 parameters
error C2661: 'new' : no overloaded function takes 3 parameters
error C2661: 'new' : no overloaded function takes 3 parameters
error C2661: 'new' : no overloaded function takes 3 parameters
error C2661: 'new' : no overloaded function takes 3 parameters
error C2661: 'new' : no overloaded function takes 3 parameters
error C2661: 'new' : no overloaded function takes 3 parameters
error C2661: 'new' : no overloaded function takes 3 parameters
error C2661: 'new' : no overloaded function takes 3 parameters
error C2661: 'new' : no overloaded function takes 3 parameters
error C2661: 'new' : no overloaded function takes 3 parameters
error C2661: 'new' : no overloaded function takes 3 parameters

Anyone knows why? Xerces FAQ didn't help me.

Thank you.



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to