Why?Who can help me !
I use the BTAccess.lib.
The calling way :CBtStack *pStack=new CBtStack();
when i call the CBtStack()in EVC++4.0 the complier show the problem:
SNTIR.cpp
SNTIRDlg.cpp
StdAfx.cpp
Linking...
uafxwced.lib(afxmem.obj) : error LNK2005: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) already defined in coredll.lib(COREDLL.dll)
uafxwced.lib(afxmem.obj) : error LNK2005: "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) already defined in coredll.lib(COREDLL.dll)
uafxwced.lib(afxmem.obj) : warning LNK4006: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) already defined in coredll.lib(COREDLL.dll); second definition ignored
uafxwced.lib(afxmem.obj) : warning LNK4006: "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) already defined in coredll.lib(COREDLL.dll); second definition ignored
Creating library ARMV4Dbg/SNTIR.lib and object ARMV4Dbg/SNTIR.exp
ARMV4Dbg/SNTIR.exe : fatal error LNK1169: one or more multiply defined symbols found
Error executing link.exe.
Creating browse info file...
SNTIR.exe - 3 error(s), 3 warning(s)