﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1448	#OnAutoItStartRegister ignored in compiled scripts	jchd	Valik	"#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]"	Bug	closed	3.3.5.2	AutoIt	3.3.4.0	None	Fixed	#OnAutoItStartRegister	
