未声明标识符(还有一些VC++的问题) 5

有没有大神帮我看下是什么问题啊1>shizhongView.cpp1>c:\users\yangjianhua\desktop\shizhong\shizhong\shi... 有没有大神帮我看下是什么问题啊
1>shizhongView.cpp
1>c:\users\yangjianhua\desktop\shizhong\shizhong\shizhongview.cpp(116) : error C3861: “KILLTimer”: 找不到标识符
1>c:\users\yangjianhua\desktop\shizhong\shizhong\shizhongview.cpp(117) : error C2065: “m_btime”: 未声明的标识符
1>c:\users\yangjianhua\desktop\shizhong\shizhong\shizhongview.cpp(124) : error C2664: “void ATL::CStringT<BaseType,StringTraits>::Format(const wchar_t *,...)”: 不能将参数 1 从“const char [12]”转换为“const wchar_t *”
1> with
1> [
1> BaseType=wchar_t,
1> StringTraits=StrTraitMFC_DLL<wchar_t>
1> ]
1> 与指向的类型无关;转换要求 reinterpret_cast、C 样式转换或函数样式转换
1>c:\users\yangjianhua\desktop\shizhong\shizhong\shizhongview.cpp(145) : error C2653: “Ctime”: 不是类或命名空间名称
1>c:\users\yangjianhua\desktop\shizhong\shizhong\shizhongview.cpp(148) : error C2664: “void ATL::CStringT<BaseType,StringTraits>::Format(const wchar_t *,...)”: 不能将参数 1 从“const char [31]”转换为“const wchar_t *”
1> with
1> [
1> BaseType=wchar_t,
1> StringTraits=StrTraitMFC_DLL<wchar_t>
1> ]
1> 与指向的类型无关;转换要求 reinterpret_cast、C 样式转换或函数样式转换
1>c:\users\yangjianhua\desktop\shizhong\shizhong\shizhongview.cpp(151) : error C2664: “void ATL::CStringT<BaseType,StringTraits>::Format(const wchar_t *,...)”: 不能将参数 1 从“const char [20]”转换为“const wchar_t *”
1> with
1> [
1> BaseType=wchar_t,
1> StringTraits=StrTraitMFC_DLL<wchar_t>
1> ]
1> 与指向的类型无关;转换要求 reinterpret_cast、C 样式转换或函数样式转换
1>生成日志保存在“file://c:\Users\Yangjianhua\Desktop\shizhong\shizhong\Debug\BuildLog.htm”
1>shizhong - 6 个错误,0 个警告
========== 生成: 成功 0 个,失败 1 个,最新 0 个,跳过 0 个 ==========
void CSshizhongView::OnTimer(UINT_PTR nIDEvent)
{
// TODO: 在此添加消息处理程序代码和/或调用默认值
m_strTime.Format("%d:%d:%d.%d",h,m,s,ms);
UpdateData(FALSE);
ms++;
if(ms==10){ms=0;s++;}
if(s==60){s=0;m++;}
if(m==60){m=0;h++;}
CFormView::OnTimer(nIDEvent);
}
展开
 我来答
归悦欣cf
2015-05-20 · TA获得超过1443个赞
知道大有可为答主
回答量:4250
采纳率:59%
帮助的人:1320万
展开全部
KILLTimer应该是KillTimer;

m_btime变量没有声明;

c:\users\yangjianhua\desktop\shizhong\shizhong\shizhongview.cpp(124) : error C2664: “void ATL::CStringT<BaseType,StringTraits>::Format(const wchar_t *,...)”: 不能将参数 1 从“const char [12]”转换为“const wchar_t *”说的是参数不匹配
大雅新科技有限公司
2024-11-19 广告
这方面更多更全面的信息其实可以找下大雅新。深圳市大雅新科技有限公司从事KVM延长器,DVI延长器,USB延长器,键盘鼠标延长器,双绞线视频传输器,VGA视频双绞线传输器,VGA延长器,VGA视频延长器,DVI KVM 切换器等,优质供应商,... 点击进入详情页
本回答由大雅新科技有限公司提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式