Modify

Opened 15 years ago

Closed 15 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

Change History (1)

comment:1 Changed 15 years ago by Valik

  • Milestone set to 3.3.5.2
  • Owner set to Valik
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [5657] in version: 3.3.5.2

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.