2011年10月8日

error LNK2005: "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) 已经在xxxx.lib中定义

摘要: error LNK2005: "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) 已经在 LIBCMTD.lib(dbgdel.obj) 中定义答案:修改project-> setting -> General-> Mircosoft Fountationclasses为Use mfc in a shard dll 分析:原来的是“使用windows库”,这样可能多次包含了库。 技巧:查看搜索库的顺序:选择VC菜单Project->Settings->Link页,然后在Project Op 阅读全文

posted @ 2011-10-08 14:14 LateStop 阅读(11527) 评论(0) 推荐(0)

VIM高亮

摘要: http://www.cppblog.com/besterChen/archive/2010/02/21/108124.html 阅读全文

posted @ 2011-10-08 09:29 LateStop 阅读(67) 评论(0) 推荐(0)

导航