注册 登录
编程论坛 C++ Builder

见鬼了,变量明明是16,却跳不出while (EEreadbytes==0)

mark3q 发布于 2011-04-29 16:43, 1487 次点击
void __fastcall TFormsetup::Button3Click(TObject *Sender)
{
......
        while (EEreadbytes==0)
        {
           delay_ms(1);
        }
......
}

EEreadbytes变量的值是16,但就是出不去上面的循环。
EEreadbytes在另一个窗口的定时器里置成16.在Watch窗口,也看到了此变量就是16.
Borland® C++Builder
1 回复
#2
yuccn2012-09-14 22:13
不会吧,用汇编看看咯
1