Darien Posted May 20, 2024 Posted May 20, 2024 (edited) Olá, Is there any way to ensure that the "Compile x86 version" option is always checked in the compilation window without having to reinstall AutoIt or SciTE? Edited May 20, 2024 by Darien
Musashi Posted May 20, 2024 Posted May 20, 2024 You could insert #AutoIt3Wrapper_UseX64 = N on top of your script. "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move."
Darien Posted May 20, 2024 Author Posted May 20, 2024 14 minutos atrás, Musashi disse: Você poderia inserir #AutoIt3Wrapper_UseX64 = N no topo do seu script. I won't always remember.
argumentum Posted May 21, 2024 Posted May 21, 2024 Patch/change the registry or add the "#AutoIt3Wrapper_UseX64 = N" to your template.au3. That way you don't have to remember. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
Developers Jos Posted May 21, 2024 Developers Posted May 21, 2024 10 hours ago, Darien said: Is there any way to ensure that the "Compile x86 version" option is always checked Which check box is that exactly? The one in aut2exe or in AutoIt3Wrapper compile with options? These are your options: Add this commandline parameter to your compile statement to the registry or whatever way you compile scripts /x86 -or - Add this to the top of each script: #pragma compile(x64, False) "#AutoIt3Wrapper_UseX64 = N" will only work when you have the full version of SciTE installed and requires Autoit3Wrapper.au3 to be used. 10 hours ago, Darien said: I won't always remember. Well these are your options, so the rest is up to you. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now