2015年1月20日

error MSB4044: 未给任务“CppClean”的必需参数“FoldersToClean”赋值

摘要: 分类:程序调试经验2014-12-12 11:1675人阅读评论(0)收藏举报在VS2010中调试程序出现错误:(1)error MSB4044: 未给任务“CppClean”的必需参数“FoldersToClean”赋值。(2)The "CppClean" task was not given a... 阅读全文

posted @ 2015-01-20 16:51 博客家园II 阅读(2035) 评论(0) 推荐(0) 编辑

关于vs2008的error C2440

摘要: 关于vs2008的errorC2440(2012-04-24 18:27:11)转载▼不能转换void (_thiscall CMainFrame::*)(void)to LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)2010-05-13 11:35开发平台... 阅读全文

posted @ 2015-01-20 16:46 博客家园II 阅读(221) 评论(0) 推荐(0) 编辑

MFC m_hWnd 和 this指针

摘要: m_hWnd 和 this指针m_hWnd①m_hWnd这个成员变量,最早是定义在类CWnd中,而且是类CWnd的第一个数据成员,先看一下MSDN的解析:The handle of the Windows window attached to this CWnd. The m_hWnd data m... 阅读全文

posted @ 2015-01-20 16:00 博客家园II 阅读(12193) 评论(0) 推荐(1) 编辑

发送消息 MFC 消息映射

摘要: 发送消息MFC消息映射(2011-07-11 17:03:49)转载▼标签:发送消息mfc消息映射杂谈1、在用WIN 32 API函数开发应用程序时,经常要用SendMassege函数向某些对象发送消息,以让对象实现某些功能(此时也有相应的API函数来实现这个功能)。例如关闭窗口,可以发送WM_CL... 阅读全文

posted @ 2015-01-20 14:28 博客家园II 阅读(417) 评论(0) 推荐(0) 编辑

AfxMessageBox出现错误error C2665

摘要: AfxMessageBox(("click"));错误 error C2665: 'AfxMessageBox' : none of the 2 overloads could convert all the argument types 解决方法:AfxMessageBox(_T("click")... 阅读全文

posted @ 2015-01-20 14:11 博客家园II 阅读(181) 评论(0) 推荐(0) 编辑

导航