当使用EVC4.0(SP4)编译程序,出现如下类似错误时:"void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) already defined in coredll.lib(COREDLL.dll)
可以采用以下方法解决:
1. 打开Project->Settings对话框,在link选项卡的Project Options框内加入: "/verbose:lib"。
2. 在project->settings->link的Objects/library modules框中输入uafxwced.lib。问题解决。 注意:要把uafxwced.lib放到其它库文件名的最前面。
3.我试过可以在project->settings->link的Objects/library modules框中去掉commctrl.lib coredll.lib