You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It isn't a bug, it was a path error for me. I updated the script and added an OutputDebug to the VDA path, fixed the VDA_PATH directory, and the error message was resolved.
SetWorkingDir(A_ScriptDir)
; Path to the DLL, relative to the script
VDA_PATH := A_ScriptDir . "\VirtualDesktopAccessor11_10.dll"
OutputDebug(VDA_PATH)
I am still having issues on 22635.2915, but will open another issue as required.
Using Windows 10
My script
The text was updated successfully, but these errors were encountered: