eVC++ Link Error Help needed
-
I have been trying to make some embedded projects using this class but I'm findind some problems using it. First of all only creating an empty project and including I get link errors and also when I try to convert the class into a dll library. The error I get is: 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) : warning LNK4006: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) already defined in coredll.lib(COREDLL.dll); second definition ignored Creating library ARMDbg/CeFileFind.lib and object ARMDbg/CeFileFind.exp ARMDbg/CeFileFind.dll : fatal error LNK1169: one or more multiply defined symbols found Error executing link.exe. Any ideas? Thanks.
-
I have been trying to make some embedded projects using this class but I'm findind some problems using it. First of all only creating an empty project and including I get link errors and also when I try to convert the class into a dll library. The error I get is: 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) : warning LNK4006: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) already defined in coredll.lib(COREDLL.dll); second definition ignored Creating library ARMDbg/CeFileFind.lib and object ARMDbg/CeFileFind.exp ARMDbg/CeFileFind.dll : fatal error LNK1169: one or more multiply defined symbols found Error executing link.exe. Any ideas? Thanks.
Hi, I had the same problem but with the visual C++ 6 compiler! You can found some help here: http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/q148/6/52.asp&NoWebContent=1[^] Hope this helps