all groups > iis ftp > may 2006 >
You're in the

iis ftp

group:

terminating dialog based app which runs in infinate loop


terminating dialog based app which runs in infinate loop sai
5/24/2006 5:49:41 AM
iis ftp: Hi ,
I trying to terminate the a dialog base application which runs in
infinate loop

the code is below

When I run the application it goes to infinate loop. how can i stop the
application, once it starts

please send to this id

sai_akash@yahoo.com
void CSssDlg::OnOK()
{


for (int i=0; i<100000000000000000;i++)
{


}


CDialog::OnOK();
}
Re: terminating dialog based app which runs in infinate loop Bernard Cheah [MVP]
5/25/2006 1:13:15 PM
What does this have to do with IIS FTP?

Ctrl-c, ctrl-break ? end the process ? kill the process ?
reboot ?

--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/


[quoted text, click to view]

AddThis Social Bookmark Button