I am using this Wrapper library in a Desktop Bridge App to load the Autohotkey.dll and call the addScript function.
Most of the functions work fine, but some are causing a non-catchable, deadly AccessViolation Exception.
These exceptions only happen if the app is "bridged"
I am using this Wrapper library in a Desktop Bridge App to load the Autohotkey.dll and call the addScript function. Most of the functions work fine, but some are causing a non-catchable, deadly AccessViolation Exception. These exceptions only happen if the app is "bridged"
Minimal reproducable example:
var ahk = AutoHotkeyEngine.Instance; ahk.LoadScript("Reload");