关于MFC AppWizard应用程序向导编写一个简单的绘图程序??

关于释放鼠标左键的程序代码有问题,编译出现错误,请大家帮忙看看!voidCSDILineView::OnLButtonUp(UINTnFlags,CPointpoint)... 关于释放鼠标左键的程序代码有问题,编译出现错误,请大家帮忙看看!void CSDILineView::OnLButtonUp(UINT nFlags, CPoint point) //释放鼠标左键
{
// TODO: Add your message handler code here and/or call default
if(m_bDragging)
{
m_bDragging=false; //清拖曳标记
Release Capture(); // 释放鼠标,还原鼠标形状
}
CView::OnLButtonUp(nFlags, point);
}

错误:--------------------Configuration: SDILine - Win32 Debug--------------------
Compiling...
SDILineView.cpp
D:\C++\SDILine\SDILineView.cpp(115) : error C2065: 'Release' : undeclared identifier
D:\C++\SDILine\SDILineView.cpp(115) : error C2146: syntax error : missing ';' before identifier 'Capture'
D:\C++\SDILine\SDILineView.cpp(115) : error C2065: 'Capture' : undeclared identifier
执行 cl.exe 时出错.

SDILineView.obj - 1 error(s), 0 warning(s)
展开
 我来答
汪好帅
2011-12-02 · TA获得超过2829个赞
知道大有可为答主
回答量:1177
采纳率:0%
帮助的人:1398万
展开全部
错误很明显,小错误
函数名中间怎么可以有空格呢?
Release Capture
ReleaseCapture
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式