Modify ↓
#1179 closed Bug (Duplicate)
InetGetInfo - error if script is compiled
| Reported by: | PSandu.Ro | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.1.1 | Severity: | None |
| Keywords: | Cc: |
Description
[Autoit]
Local $hdownload = InetGet("http://www.autoitscript.com/autoit3/files/beta/update.dat", @TempDir & "\update.dat", 1, 1)
Do
Sleep(250)
Until InetGetInfo($hdownload, 2)
Autoit
This script if i run with SciTE(F5), it is ok.
If is compiled give me an error:
AutoIt Error
Line -1:
Error: Unknown function name.
OK
Attachments (0)
Note:
See TracTickets
for help on using tickets.

I guess you're too good to search the issue tracker? Closing as duplicate of #1036.