VC++ 关于鼠标释放的问题
MFC做一个画线程序,在用鼠标画完线释放左键时清除十字光标用ReleaseCapture();函数释放鼠标,还原鼠标形状。出现3个错误。errorC2065:'Relea...
MFC 做一个画线程序,在用鼠标画完线释放左键时清除 十字光标 用Release Capture();函数释放鼠标,还原鼠标形状。出现3个错误。
error C2065: 'Release' : undeclared identifier
error C2146: syntax error : missing ';' before entifier 'Capture'
error C2065: 'Capture' : undeclared identifier
if(m_bDragging)
{
m_bDragging=false;
//Release Capture();
}
注释掉的话可以运行,就是不能释放鼠标。 展开
error C2065: 'Release' : undeclared identifier
error C2146: syntax error : missing ';' before entifier 'Capture'
error C2065: 'Capture' : undeclared identifier
if(m_bDragging)
{
m_bDragging=false;
//Release Capture();
}
注释掉的话可以运行,就是不能释放鼠标。 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询