About AHK_H - Downloads, Updates, Changes etc. v1 & v2

Post AHK_H specific scripts & libraries and discuss the usage and development of HotKeyIt's fork/branch
HotKeyIt
Posts: 2364
Joined: 29 Sep 2013, 18:35
Contact:

About AHK_H - Downloads, Updates, Changes etc. v1 & v2

03 Mar 2017, 20:00

AutoHotkey_H development started around 2009 based on AutoHotkey_N created by tinku99 who introduced AutoHotkey.dll to allow real multi-threading (old forum).

Today AutoHotkey_H is much more than AutoHotkey.dll, it has many new features, compression and protection for compiled scripts, COM Interface and it is 99% compatible with main AutoHotkey.
The difference to main AutoHotkey is that #NoEnv is set by default and VarSetCapacity keeps memory in variable when capacity is changed.

Also AutoHotkey_H v2 based on AutoHotkey v2 is available and being developed.
Note that AutoHotkey_H documentation is only maintained for AutoHotkey v2 but most features are also available for AutoHotkey_H v1.
Downloads
HotKeyIt
Posts: 2364
Joined: 29 Sep 2013, 18:35
Contact:

Merged v1.1.32.00

04 Mar 2017, 05:22

Merged 1.1.32.00
Merged 1.1.31.01
Merged 1.1.30.02.
Updated MemoryModule and added MT version.
Merged 1.1.30.01
Fixed empty pointer bug
Merged 1.1.30.00
Merged 1.1.29.01
Merged 1.1.27.07
Merged 1.1.26.01
v1.1.26.00-H001 - Merged 1.1.26.00
v1.1.25.01-H002 - Hide default password
  • default password AutoHotkey is now better hidden and it is easier to set own password
  • Make sure to amend or add g_default_pwd.. entries, also in globaldata.h and update the length of it here and here.
  • The password itself needs to be changed here, use you own fake entries. You can also have empty (\0) characters in between or use for example separate function to generate the password...
  • The best method is to generate the password dynamically through separate function(s) so it is not saved directly in source and that part of source code is not open to public!
v1.1.25.01 - Fixed Send to allow other scripts to act on modifier state changes which immediately precede a special character, such as the Shift release in Send Mört

v1.1.25 - Added Hotkey, If, % FunctionObject
HotKeyIt
Posts: 2364
Joined: 29 Sep 2013, 18:35
Contact:

AutoHotkey_H v2 - 2.108-H013

19 Mar 2017, 07:45

Download
2020-02-09 - Fixed ObjLoad memory leak and bug when #DllImport is used
2020-02-09 - Fixed various memory leaks, ObjDump memory leak, UserMenu bug, nested functions and #DllImport memory leaks and sLib bug.
2019-12-08 - Merged 2.108
2019-11-24 - Merged 2.107
2019-11-13 - Merged 2.106
2019-03-06 - Added MT version
2018-10-13 - Merged 2.100
2018-08-23 - Merged 2.099. Fixed a bug in addScript/File.
2018-08-15 - Merged 2.098. Allow A_PtrSize in #DllImport. Fixed Error 'parameter needs to be a variable' for DllImport
2018-06-14 - Merged 2.097
2018-06-03 - Merged 2.096
2018-01-21 - Meged 2.084
2017-09-19 - Fix ZipInfo and bug in FileRead and ahkExec to restore functions because new functions are deleted
2017-07-21 - Implemented Cast function to convert data types.
2017-07-16 - Merged v2-a.081
2017-07-09 - Fix Gui bug and implement macro functions
2017-06-17 - Merged v2-a080
2017-03-19 - Merged v1.1.25.01
HotKeyIt
Posts: 2364
Joined: 29 Sep 2013, 18:35
Contact:

Re: Merged v1.1.31.01

02 Nov 2019, 21:49

Merged 1.1.31.01
Removed A option for Input and accessing content of variable while Input is running, use InputHook instead.
HotKeyIt
Posts: 2364
Joined: 29 Sep 2013, 18:35
Contact:

Re: Merged v1.1.31.01

12 Nov 2019, 21:33

Fixed bug for compiled scripts.
HotKeyIt
Posts: 2364
Joined: 29 Sep 2013, 18:35
Contact:

Re: AutoHotkey_H v2 - 2.108-H021

28 Feb 2020, 19:17

AHK_H v2 - 2.108-H021: Fixed bugs and implemented DefineDefault wrote:
  • Destroy Gui and Menu after variables
  • Implement Obj.DefineDefault('Default Value to use when key / item / property does not exist')
  • Fix ZipInfo
  • Fix size := ObjDump(obj)
  • Fix Struct initialization to accept Object, Array, Map and Struct
  • Fix Compiler error
  • Updated Docs and examples
HotKeyIt
Posts: 2364
Joined: 29 Sep 2013, 18:35
Contact:

Re: AutoHotkey_H v2 - 2.108-H021

17 Apr 2020, 21:13

AHK_H v2 - 2.108-H049 wrote:
  • #WindowClassMain allows to change the classname of main AutoHotkey window
  • #WindowClassGui allows to change the classname for AutoHotkey Guis
  • Redesigned Struct to manage all memory used in the structure and clear on delete. See docs
HotKeyIt
Posts: 2364
Joined: 29 Sep 2013, 18:35
Contact:

Re: AutoHotkey_H v2 - 2.108-H021

18 Apr 2020, 16:09

AHK_H v1.1.32.00-H007 wrote:
  • #WindowClassMain allows to change the classname of main AutoHotkey window
  • #WindowClassGui allows to change the classname for AutoHotkey Guis
  • Redesigned Struct to manage all memory used in the structure and clear on delete. See docs
HotKeyIt
Posts: 2364
Joined: 29 Sep 2013, 18:35
Contact:

Re: About AHK_H - Downloads, Updates, Changes etc. v1 & v2

06 Jun 2020, 16:53

AHK_H v2.110-H001 wrote:
  • Merged v2.110.
  • Added first line arg to info when process exception is thrown.
HotKeyIt
Posts: 2364
Joined: 29 Sep 2013, 18:35
Contact:

Re: About AHK_H - Downloads, Updates, Changes etc. v1 & v2

27 Dec 2020, 05:41

AHK_H v2.122-H002 wrote:
  • Merged v2.122.
  • Fixed Struct bugs.
  • Updated to use v1 compiler.
  • Updated docs.
HotKeyIt
Posts: 2364
Joined: 29 Sep 2013, 18:35
Contact:

Re: AutoHotkey_H v2 - 2.108-H021

31 Dec 2020, 12:24

HotKeyIt wrote:
10 Nov 2020, 18:59
AHK_H v1.1.33.02-H007 wrote:
AHK_H v2.122-H002 wrote:
  • Fixed Struct and added custom alignment: MsgBox sizeof("4:Int64 a,Int b") "!=" sizeof("Int64 a,Int b")

Return to “AutoHotkey_H”

Who is online

Users browsing this forum: No registered users and 25 guests