Modify ↓
Opened 16 years ago
Closed 16 years ago
#1448 closed Bug (Fixed)
#OnAutoItStartRegister ignored in compiled scripts
| Reported by: | jchd | Owned by: | Valik |
|---|---|---|---|
| Milestone: | 3.3.5.2 | Component: | AutoIt |
| Version: | 3.3.4.0 | Severity: | None |
| Keywords: | #OnAutoItStartRegister | Cc: |
Description
#OnAutoItStartRegister "function" works as expected from interpretor, but doesn't from the same script when compiled.
#OnAutoItStartRegister "MsgFunc" MsgBox(0, "", "Did you see the other message?") Func MsgFunc() MsgBox(0, "", "#OnAutoItStartRegister doing its job.") EndFunc
That seems to affect all platforms, from various confirmations arrived in thread http://www.autoitscript.com/forum/index.php?showtopic=109341
Attachments (0)
Change History (1)
comment:1 by , 16 years ago
| Milestone: | → 3.3.5.2 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed by revision [5657] in version: 3.3.5.2