H
hug
Unregistered / Unconfirmed
GUEST, unregistred user!
void DoEvents()
{
static MSG msg;
if( :eekMessage(&msg,NULL,0,0,PM_NOREMOVE) ){
if (!AfxGetApp()->PumpMessage()) {
:ostQuitMessage(0);
return ;
}
}
}
再pascal里对应是什么?
{
static MSG msg;
if( :eekMessage(&msg,NULL,0,0,PM_NOREMOVE) ){
if (!AfxGetApp()->PumpMessage()) {
:ostQuitMessage(0);
return ;
}
}
}
再pascal里对应是什么?