|
Post by Admin on Jun 1, 2015 17:49:04 GMT
F Test (Auto Nav) uses the keyword DownloadFileWait which will freeze the program until the file has downloaded. If it cant access the file it will keep trying until it fails it will then unfreeze the program, in the meantime windows will think the program has crashed because it has stopped responding. DownloadFileWait works like this so you can process the data when the download has finished. The keyword DownloadFile uses the external program dlf.exe to download the file so the Ai continues to run.
|
|