-
-
[旧帖] [求助]VC中UpdateData(true)后“试图执行系统不支持的操作” 0.00雪花
-
发表于: 2013-6-10 15:52 1536
-
我在工程中插入了窗体“CMYForm”。然后在MYForm.cpp中,因为有个子函数要刷新窗体变量,我先在文件顶部定义了变量“CMYForm myfrm”,再在子函数里面用“myfrm.UpdateData(true);”结果执行时程序报出“试图执行系统不支持的操作”。子函数中要如何才能调用窗体呢?
MYForm.cpp
CMYForm myfrm;
CMYForm ::CMYForm (CWnd* pParent /*=NULL*/)
: CDialog(CMYForm ::IDD, pParent)
{
}
...... ......
...... ......
VOID CALLBACK AutoChk_Callback(
HWND hwnd, // handle of window for timer messages
UINT uMsg, // WM_TIMER message
UINT idEvent, // timer identifier
DWORD dwTime // current system time
)
{
myfrm.UpdateData(true);//测试时会报“试图执行系统不支持的操作”
AfxMessageBox("11");
}
MYForm.cpp
CMYForm myfrm;
CMYForm ::CMYForm (CWnd* pParent /*=NULL*/)
: CDialog(CMYForm ::IDD, pParent)
{
}
...... ......
...... ......
VOID CALLBACK AutoChk_Callback(
HWND hwnd, // handle of window for timer messages
UINT uMsg, // WM_TIMER message
UINT idEvent, // timer identifier
DWORD dwTime // current system time
)
{
myfrm.UpdateData(true);//测试时会报“试图执行系统不支持的操作”
AfxMessageBox("11");
}
[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课
赞赏
他的文章
- [求助]new char[]的内存释放问题 10171
- [求助]VC中子函数如何调用窗体变量 1371
- [求助]VC中UpdateData(true)后“试图执行系统不支持的操作” 1537
- [求助]VC函数中定义的数组会自动释放内存吗 8030
- [讨论]关于VC中的内存释放问题 4475
看原图
赞赏
雪币:
留言: