Forum Discussion

hopax2009's avatar
10 years ago

Tested application falls

Hello!

I have such problem. When I run a code tested application falls.

 


Code:

____________________________________

var n

for(n=0;n<50;n++)



   if ( !Sys.Process("Object").WaitVCLObject("Form", 1500).Exists );

      {

          delay(2000)

      }

    if ( Sys.Process("Object").WaitVCLObject("Form", 1500).Exists );

       break;

}

________________________________________



Application falls always in case of execution of this code. 

I only tried delay(60000). The error remained. 

System - 64bit



In the Log only  "The Deal32.exe process does not respond. It will be terminated"



Thanks