Compile Error : No default Base file specified #426
-
ahk2exe.exe was downloaded through install-ahk2exe.ahk in the UX folder. When compiling with 2024-04-07T00:15:36.515Z Command failed: "C:/Program Files/AutoHotkey/Compiler/Ahk2Exe.exe" /in "f:\vscode_projects\hello.ahk" /out "f:\vscode_projects\hello.exe" How do I specify a Base File ('v2.0.12 U32 AutoHotkey32.exe' OR 'v2.0.12 U64 AutoHotkey64.exe' ) on the command line? Is there a way to control it with parameters in settings.json? I have limited knowledge so I would like some help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can set it in VS Code settings (Ctrl + comma) under the setting "compile base file" You can also use the GUI via Ahk2Exe, accessible from the AutoHotkey Dash: |
Beta Was this translation helpful? Give feedback.
You can set it in VS Code settings (Ctrl + comma) under the setting "compile base file"
You can also use the GUI via Ahk2Exe, accessible from the AutoHotkey Dash: