I am trying to create a new instance of the AutoHotkeyEngine class using the AutoHotkeyVersion.v2 but my applications (C# .NET 4.7.2) throws a DllNotFoundException.
If I use the .Instance or the default constructor, the program works.
Do I need to do anything besides just installing the package to use v2?
I am trying to create a new instance of the AutoHotkeyEngine class using the AutoHotkeyVersion.v2 but my applications (C# .NET 4.7.2) throws a DllNotFoundException.
If I use the .Instance or the default constructor, the program works.
Do I need to do anything besides just installing the package to use v2?
Thanks!