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 Valik, 16 years ago

Milestone: 3.3.5.2
Owner: set to Valik
Resolution: Fixed
Status: newclosed

Fixed by revision [5657] in version: 3.3.5.2

Modify Ticket

Action
as closed The owner will remain Valik.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.