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
