[ 用户登陆 ] [ 免费注册 

分类 >> 学习资料 > 程序技术 > VC >
error C2440: "static_cast": 无法从"void (__thiscall CChat::* )(WPARAM,LPARAM)"转换为"LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)"
文 . 2008/8/30 3:32:18
void CChat::RecvData(WPARAM wParam,LPARAM lParam)
{
}
改成
LRESULT CChat::RecvData(WPARAM wParam,LPARAM lParam)
{
        return 0;
}


最近后的内容
VS2003 中配置Microsoft PlatformSDK2003
vc++实现U盘介质加密解密保障存储安全
error C2440: “static_cast”: 无法从“UINT (__thiscall CCoolControlBar::* )(CPoint)”转换为“LRESULT (__thiscall CWnd::* )(CPoint)”
error LNK2005: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) 已经在 LIBCMT.lib(new.obj) 中定义
warning C4996: 'sprintf': This function or variable may be unsafe
BOOL和bool的区别
wsprintf用法
C++命名书写规范/MFC、句柄、控件及结构的命名规范
C语言类型范围
最受欢迎
C语言类型范围
error C2440: "static_cast": 无法从"void (__thiscall CChat::* )(WPARAM,LPARAM)"转换为"LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)"
C++命名书写规范/MFC、句柄、控件及结构的命名规范
VS2003 中配置Microsoft PlatformSDK2003
error C2440: “static_cast”: 无法从“UINT (__thiscall CCoolControlBar::* )(CPoint)”转换为“LRESULT (__thiscall CWnd::* )(CPoint)”
warning C4996: 'sprintf': This function or variable may be unsafe
BOOL和bool的区别
vc++实现U盘介质加密解密保障存储安全
error LNK2005: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) 已经在 LIBCMT.lib(new.obj) 中定义
wsprintf用法
 ©2005 - 2008 粤ICP备12037054号-1 用户登陆  |  互联说明  |  联系我们  |  网站地图