Page 1 of 1

UIAccess ?

Posted: 10 Mar 2021, 04:22
by ground77600
Hello everybody,

I'm trying to update the manifest but when I tried to insert the following, it doesn't work at all :

Code: Select all

;@Ahk2Exe-UpdateManifest 0, , , 1
I have a "Invalid directive UpdateManifest" message when I try to compile.

Please, does anybody has any idea to solve to problem : I need to set UIAccess to true in order to make my program running normally ?

Sincerely.

Re: UIAccess ?

Posted: 10 Mar 2021, 15:24
by TAC109
Which version of AutoHotkey are you using? You may need to update to the latest version.

Re: UIAccess ?

Posted: 11 Mar 2021, 02:08
by ground77600
Hello,

My version is 1.1.33.02

Re: UIAccess ?

Posted: 11 Mar 2021, 16:44
by TAC109
I’ve copied and pasted the directive from your first post into a test script and it compiled successfully with Ahk2Exe version 1.1.33.02. I have also checked that the manifest in the generated .exe is correct.

Please re-confirm the version of Ahk2Exe that you are using. (The version number is shown in the top line of the Ahk2Exe GUI.) I see from some of your previous posts that you have been using AutoHotkey_H. If you are using the _H version of Ahk2Exe this problem should be reported in the AutoHotkey_H section of the forum.

Cheers

Re: UIAccess ?

Posted: 12 Mar 2021, 02:37
by ground77600
Oh sorry, I posted in the wrong section..... :problem: