摘要: 1.nafxcw.lib(appcore.obj) : error LNK2001: unresolved external symbol ___argvnafxcw.lib(appcore.obj) : error LNK2001: unresolved external symbol ___argcnafxcw.lib(apphelp.obj) : error LNK2001: unresolved external symbol __mbctypenafxcw.lib(filelist.obj) : error LNK2001: unresolved external symbol __ 阅读全文
posted @ 2013-01-14 18:53 songtzu 阅读(545) 评论(0) 推荐(0) 编辑
摘要: : 不能将参数 2 从“const char *”转换为“LPCWSTR”在VS2008下使用MFC编程遇到错误:error C2664: “CFrameWnd::Create”: 不能将参数 2 从“const char [12]”转换为“LPCTSTR”。解决办法:项目-属性-配置属性-常规,将字符集由“使用Unicode字符集”改为“使用多字字符集”。具体原因参照如下长篇大论:Problem This error message means that you are trying to pass a multi-byte string (const char [12]) to a fun 阅读全文
posted @ 2013-01-14 17:01 songtzu 阅读(1234) 评论(0) 推荐(0) 编辑