Re: Ahk_Hv2.0 Ahk2Exe
Posted: 02 May 2020, 03:47
I have fixed the bugs, Ahk2Exe.ahk can be now compiled.
Let's help each other out
https://www.autohotkey.com/boards/
https://www.autohotkey.com/boards/viewtopic.php?f=67&t=72316
Code: Select all
---------------------------
Ahk2Exe.ahk
---------------------------
Error: RegClass
Line#
041: FileMenu.Add()
042: FileMenu.Add("E&xit Alt+F4", "GuiClose")
043: HelpMenu.Add("&Help", "Help")
044: HelpMenu.Add()
045: HelpMenu.Add("&About", "About")
046: MenuBar.Add("&File", FileMenu)
047: MenuBar.Add("&Help", HelpMenu)
---> 049: Gui := GuiCreate()
050: ToolTip := TT(Gui.Hwnd)
051: Gui.OnEvent("Close","GuiClose")
052: Gui.OnEvent("DropFiles","GuiDropFiles")
053: Gui.MenuBar := MenuBar
054: Gui.AddLink("x287 y10","©2004-2009 Chris Mallet
©2008-2011 Steve Gray (Lexikos)
©2011-" A_Year " fincs
©2012-" A_Year " HotKeyIt
<a href="http://ahkscript.org">http://ahkscript.org</a>
Note: Compiling does not guarantee source code protection.")
063: Gui.AddText("x11 y97 w570 h2 +0x1007")
064: Gui.SetFont("Bold")
Continue the current thread?
---------------------------
Yes No
---------------------------
Code: Select all
---------------------------
Ahk2Exe.ahk
---------------------------
Error: Could not create Gui.
Line#
041: FileMenu.Add()
042: FileMenu.Add("E&xit Alt+F4", "GuiClose")
043: HelpMenu.Add("&Help", "Help")
044: HelpMenu.Add()
045: HelpMenu.Add("&About", "About")
046: MenuBar.Add("&File", FileMenu)
047: MenuBar.Add("&Help", HelpMenu)
---> 049: Gui := GuiCreate()
050: ToolTip := TT(Gui.Hwnd)
051: Gui.OnEvent("Close","GuiClose")
052: Gui.OnEvent("DropFiles","GuiDropFiles")
053: Gui.MenuBar := MenuBar
054: Gui.AddLink("x287 y10","©2004-2009 Chris Mallet
©2008-2011 Steve Gray (Lexikos)
©2011-" A_Year " fincs
©2012-" A_Year " HotKeyIt
<a href="http://ahkscript.org">http://ahkscript.org</a>
Note: Compiling does not guarantee source code protection.")
063: Gui.AddText("x11 y97 w570 h2 +0x1007")
064: Gui.SetFont("Bold")
Continue the current thread?
---------------------------
Yes No
---------------------------