amazing-andrew / AutoHotkey.Interop

A wrapper to natively interact and embed autohotkey into your .net program.
GNU General Public License v2.0
187 stars 55 forks source link

Is it working for v2? #16

Open mlordelo opened 1 year ago

mlordelo commented 1 year ago

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!