E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
C2440
error
C2440
: ’static_cast’
转帖:http://blog.csdn.net/stilling2006/archive/2010/06/18/5676794.aspx errorC2440:“static_cast”:无法从“void(__thiscallCChatDlg::*)(WPARAM,LPARAM)”转换为“LRESULT(__thiscallCWnd::*)(WPARAM,LPARAM)”1> 从基类
Mirage520
·
2011-02-13 02:00
VC6编写的程序移植到VS2010中编译时error
C2440
: “static_cast”问题的解决
编写自定义消息映射的时候,VS编译器报错:errorC2440:“static_cast”:无法从“LRESULT(__thiscallCSimpleThreadDlg::*)(void)”转换为“LRESULT(__thiscallCWnd::*)(WPARAM,LPARAM)”原因是VC6项目移植到编译时检查更严格的VS2010上,需要针对源代码做出更改,解决方法很简单:ON_MESSAGE消
BSKnight
·
2010-12-27 21:00
c
windows
编译器
2010
【转】error
C2440
“static_cast” 无法从“void (__thiscall CPppView )(void)”转换为“LRESULT (__thiscall CWnd )(WPARAM
errorC2440“static_cast”无法从“void(__thiscallCPppView)(void)”转换为“LRESULT(__thiscallCWnd)(WPARAM,LPARAM)”VC++2010-05-2517:53:48阅读645评论5 字号:大中小 订阅不能转换void(_thiscallCMainFrame::*)(void)toLRESULT(__thiscall
tianhen791
·
2010-11-26 21:00
c
平台
2010
error
C2440
: "reinterpret_cast":无法从"NMHDR*"转换为"NMITEMACTIVATE"
VC 2008 LIST CONTROL的BUG 随着.NET平台的推出,微软的IDE越来越傻瓜化,编程的门槛越来越低。VS2003还没学会,马上就出了VS2005,一转眼现在己是VS2008当道。而对于MFC程序员来说,似乎受到了冷落,自VC6.0到现在,MFC几乎没有更新,因此很多程序员还在坚守经典的VC6.0。 我这个菜鸟程序员也跟着从VC6.0到VS2005,到现在的VS200
javababy1
·
2010-10-22 19:00
error
error
C2440
“static_cast” 无法从“void (__thiscall CPppView )(void)”转换为“LRESULT (__t
阅读更多不能转换void(_thiscallCMainFrame::*)(void)toLRESULT(__thiscallCWnd::*)(WPARAM,LPARAM)2010-05-1311:35开发平台由VC6.0升级至VS2005,需要将原有的项目迁移,可能碰到类似错误:errorC2440:'static_cast':cannotconvertfrom'void(__thiscallCM
beckshanling
·
2010-09-05 20:00
error
C2440
“static_cast” 无法从“void (__thiscall CPppView )(void)”转换为“LRESULT (__t
LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)2010-05-13 11:35开发平台由VC6.0升级至VS2005,需要将原有的项目迁移,可能碰到类似错误:error
C2440
beckshanling
·
2010-09-05 20:00
static
用vs2005创建第一个win32程序(附解决error c2731
c2440
方法)
我是学习DirectX编程的初学者,对于新安装的vs2005,有一些不熟悉。所以自己在网络上东找找西找找,终于编译成功了自己第一个win32程序。首先自己选用的DirectX教材是《BeginningDirectX9》,就是这本书。 在确保自己具有c++基础上,可以开始进行windows编程了。在28页,我们可以看到怎么编辑win32项目的。首先新建->项目,打开对话框,选择win32项目,然后可
jiangcaiyang123
·
2010-08-30 07:00
error
C2440
: ’static_cast’
errorC2440:“static_cast”:无法从“void(__thiscallCChatDlg::*)(WPARAM,LPARAM)”转换为“LRESULT(__thiscallCWnd::*)(WPARAM,LPARAM)”1> 从基类型到派生类型的强制转换需要dynamic_cast或static_cast搜索发现为开发平台迁移问题。由vc6.0升级至vs2005以上平台
stilling2006
·
2010-06-18 00:00
c
function
callback
平台
C++ error
C2440
: “类型转换” : 无法从“std::vector::iterator”转换为“PPkgHead”
圆环套圆环之迭代器 话说这一日是风平浪静,万里乌云,俺的心情好的没得说,收到命令清理A区(写部分代码,其中有在VC6下己完成的代码要移植到VC7下),一路上很轻松,用‘饭得标’的话来说就是‘卡卡’地!在快完成时出现错误。errorC2440:“类型转换”:无法从“std::vector::iterator”转换为“PPkgHead” with [ _Ty
onlyou930
·
2010-05-18 08:00
C++
c
算法
vector
iterator
reference
error
C2440
: 'static_cast' : cannot convert from 'void (__thiscall CTrunkPage::* )(void)' to 'void (_
xpsp3vs2005sp1英文版 错误:errorC2440:'static_cast':cannotconvertfrom'void(__thiscallCTrunkPage::*)(void)'to'void(__thiscallCCmdTarget::*)(NMHDR*,LRESULT*)'2> Noneofthefunctionswiththisnameinscopematc
a117653909
·
2010-03-02 10:00
c
XP
函数模板与名字空间, 编译错误
C2440
#includenamespaceA{templatevoidfoo1(T&value){std::coutvoidfoo1(T&value)"voidfoo1(T&value){std::coutvoidfoo1(T&value)"voidfoo2(T&value,Predicatepredicate=A::foo1){((*predicate)(value));}templatevoidfoo
guonix
·
2009-12-30 10:00
c
windows
include
error
C2440
: “static_cast”: 无法从“UINT (__thiscall CTestDlg::* )(CPoint)”转换为
从vc6转移到vs2005 发生下面问题: BEGIN_MESSAGE_MAP(CTestDlg, CCaptionBtnDlg) ON_WM_NCHITTEST() //vs2005 检测错误在这里 END_MESSAGE_MAP() afx_msg UINT OnNcHitTest(CPoint point); UINT CTestDlg::OnNcHitTest
immcss
·
2008-11-28 12:00
c
error
C2440
: '=' : cannot convert from 'void *' to 'float (*)[3]'
错误显示:errorC2440:'=':cannotconvertfrom'void*'to'float(*)[3]' Conversionfrom'void*'topointertonon-'void'requiresanexplicitcast纠正:pCurrEpsd->pV=(float(*)[3])malloc(sizeof(pCurrEpsd->pV[0])*nEntries
zhzociboss
·
2008-10-09 12:00
c
float
error
C2440
:CMainFrame 无法从 NMTOOLBARA 转换为 NMHDR
问题: 将一个项目由vc6转到vc7下面,ON_NOTIFY的NMTOOLBAR老是提示错误 error
C2440
: “static_cast” : 无法从“void (__thiscall CMainFrame
immcss
·
2008-06-12 16:00
c
编译ERROR
C2440
: 无法从“const char [47]”转换为“LPCTSTR”
直接传字符串会出来"
C2440
"编译错误。例如代码:LPCTSTR StrKey="HARDWARE//DESCRIPTION//System//CentralProcessor//0
immcss
·
2008-04-10 13:00
c
api
由vc6转到vc.net编译出错的解决方法
net中已经没有了,可以用如下两种方法解决: 1)把原有文件复制到2003中 2)在"项目->属性->链接器->输入->忽略指定库->输入libci.lib,即在编译时忽略该库三:error
C2440
yasmong
·
2007-07-03 21:00
上一页
1
2
3
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他