EVC error LNK2005:

原文地址:http://hi.baidu.com/%BF%AA%D0%C4de%B9%FB%D7%D3/blog/item/98b1570940517a38e8248875.html

 

evc3到evc4
2009-04-11 16:53

在EVC中Build-》Configurations中可以添加cpu


如果出現
uafxwce.lib(afxmem.obj) : error LNK2005: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) already defined in coredll.lib(COREDLL.dll)
uafxwce.lib(afxmem.obj) : error LNK2005: "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) already defined in coredll.lib(COREDLL.dll)

則把Project Setting-》Link 中Category選擇Input,然後把Object/library modules:中的全刪了,然後把Ignore libraries也全刪了。

出現corelibc.lib(pegwmain.obj) : error LNK2019: unresolved external symbol _WinMain referenced in function _WinMainCRTStartup

則Project --> Settings... -->Link --> Category選Output --> Entry-point symbol
            -->把WinMainCRTStartup改成wWinMainCRTStartup or _DllMainCRTStartup

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章