Title: Message
Hello Bob,
 
    Could you, please, tell me more about it? Is it some known Xerces issue? How can I find its ID in bugzilla?
 
Thank you,
Milan
 
 
-----Original Message-----
From: Robert Buck [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 10, 2004 2:22 PM
To: [EMAIL PROTECTED]
Subject: RE: operator new

Is this perhaps an issue of a missing “inline” keyword?

 

--Bob

 

-----Original Message-----
From: Milan Tomic [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 10, 2004 6:07 AM
To: Xerces-C
Subject: operator new

 

 

        I got this error:

Xerces250D.lib(Win32PlatformUtils.obj) : error LNK2005: "void * __cdecl operator new(unsigned int)" ([EMAIL PROTECTED]@Z) already defined in nafxcwd.lib(afxmem.obj)

nafxcwd.lib(dllmodul.obj) : error LNK2005: [EMAIL PROTECTED] already defined in MyCOMApp.obj
Xerces250D.lib(Win32PlatformUtils.obj) : warning LNK4006: "void * __cdecl operator new(unsigned int)" ([EMAIL PROTECTED]@Z) already defined in nafxcwd.lib(afxmem.obj); second definition ignored

nafxcwd.lib(dllmodul.obj) : warning LNK4006: [EMAIL PROTECTED] already defined in MyCOMApp.obj; second definition ignored

        Where in Win32PlatformUtils.cpp file operator new is defined? I can't find it. How can I fix this error?

Thank you,
Milan

Reply via email to