Page 2 of 2

Re: old versions of AutoHotkey

Posted: 02 Sep 2017, 16:19
by jeeswg
Cheers justjames283. I managed to find a 4-line quick fix to get it working in the current AHK v1.1 version.
AFC - AutoHotkey Foundation Classes v0.1 (Includes OOP GUI) - AutoHotkey Community
https://autohotkey.com/boards/viewtopic ... 10#p168510

One interesting script that needs a specific version of AutoHotkey Basic to run is this script:
AutoHotkey-scripts-by-others/calc.ahk at master · jeeswg/AutoHotkey-scripts-by-others · GitHub
https://github.com/jeeswg/AutoHotkey-sc ... r/calc.ahk
It needs a specific version because it's dependent on it for the low-level functions that it uses.

It's quite disconcerting because various versions of AutoHotkey on Internet Archive, that I was able to download in the past, are no longer available there! So more reason to add old AHK v1.1 versions to the download page. Thanks.

Re: old versions of AutoHotkey

Posted: 24 Jan 2018, 13:29
by jeeswg
- I was not able to find on the Internet, any AutoHotkey_L versions earlier than v1.1.12.00.
- I specifically wanted to test any AHK_L version before that one, so that was a bit unfortunate.
- I have nothing between 1.0.90.00 and 1.1.11.02.
- However, I did find one version on my hard drive, v1.1.05.01.
Index of /joe_df/autohotkey_scripts_archive
https://autohotkey.com/joe_df/autohotke ... s_archive/
in, rbrtryn_3-04-2014.7z\myhotkey-SVN-[rev738].7z\bin\AutoHotkey\AHK_L
- I also had v1.1.07.01, which I must have downloaded at the time. I might put it on my website when I get it back up and running.
- My question was to do with how AHK handles blank parameters in functions. My expectation was that there would be an error, which there was, but I like to confirm things if possible.
- [EDIT:] Link:
blanks in ternary operator - AutoHotkey Community
https://autohotkey.com/boards/viewtopic ... 17#p196417

Re: old versions of AutoHotkey

Posted: 25 Jan 2018, 05:36
by Drugwash
I've uploaded (again) to my cloud repository all AHK versions I could find, both AHK 1.0 and AHK 1.1. Have fun!

Re: old versions of AutoHotkey

Posted: 25 Jan 2018, 05:49
by jeeswg
@Drugwash: That's amazing, many thanks. Your collection has some form of each of the following versions (in the range 1.0.90.00 to 1.1.11.02):
1.1.00.00
1.1.00.01
1.1.04.01
1.1.07.03
1.1.08.00
1.1.08.01
1.1.11.02
(And I'd mentioned 1.1.05.01 and 1.1.07.01, in my post above.)

Re: old versions of AutoHotkey

Posted: 25 Jan 2018, 06:28
by Drugwash
You're welcome.
I gathered them as a batch at some point in time. Unfortunately original release dates were not preserved, neither at download time nor now upon upload on the cloud, but the files inside installers/zips are unaltered so they should bear the original creation time.
If you could find a way to send or point me to those two versions I could add them to the above folder for completeness sake.