Jump to content

Recommended Posts

Posted (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 by Darien
  • Developers
Posted
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.
  :)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...