Modify

#4034 closed Bug (Fixed)

Fix the documentation about #AutoIt3Wrapper_UseX64

Reported by: lwc Owned by:
Milestone: Component: Documentation
Version: 3.3.16.1 Severity: None
Keywords: defaults, #AutoIt3Wrapper_UseX64 Cc:

Description

AutoIt3Wrapper Directives states the default #AutoIt3Wrapper_UseX64 is No, while the actual default seems to be Yes.

It's very easy to test: just compile without it and you'll see the compiled script runs under 64-bit (assuming your OS is 64-bit, of course).

Could you kindly fix the documentation accordingly? Please also use this chance to mention #AutoIt3Wrapper_UseX64 is ignored if #AutoIt3Wrapper_Compile_both is Yes (in which case the script will be compiled both as 32-bit and 64-bit with 2 resulting files).

Attachments (0)

Change History (6)

comment:1 by Jos, on Nov 10, 2024 at 1:17:06 PM

How did you determine that it defaults to yes?
It does default to N, but when you have installed the x64 AutoIt3 version, then obviously when no directive is provided, the default will be the x64 AUT2EXE version.
So, the default is depending on the installed default AutoIt3 version (x86/x64)

Agree?
(so maybe this did belong in the forum! ;) )

comment:2 by lwc, on Nov 10, 2024 at 3:58:16 PM

Either way the documentation is not correct. It should be fixed to state the default is based on the AUT2EXE version.

Plus it should stave #AutoIt3Wrapper_Compile_both=y bypasses/ignores it.

in reply to:  2 ; comment:3 by Jos, on Nov 11, 2024 at 8:47:43 AM

Replying to lwc:

Either way the documentation is not correct. It should be fixed to state the default is based on the AUT2EXE version.

Plus it should stave #AutoIt3Wrapper_Compile_both=y bypasses/ignores it.

Just had a more detailed look and the default for #AutoIt3Wrapper_UseX64 is really "N".
So when you just provide the directive without any other option:

 #AutoIt3Wrapper_UseX64


It will default to "N". The Menu (Ctrl+F7) will default to the version installed.

comment:4 by Jos, on Nov 11, 2024 at 8:47:53 AM

Resolution: Fixed
Status: newclosed

comment:5 by Jos, on Nov 11, 2024 at 10:35:23 AM

Summary: Fix the documenation about #AutoIt3Wrapper_UseX64Fix the documentation about #AutoIt3Wrapper_UseX64

in reply to:  3 comment:6 by lwc, on Nov 11, 2024 at 11:59:16 PM

Replying to Jos:

Just had a more detailed look and the default for #AutoIt3Wrapper_UseX64 is really "N".
So when you just provide the directive without any other option:

 #AutoIt3Wrapper_UseX64


It will default to "N". The Menu (Ctrl+F7) will default to the version installed.

What about Build, does it ignore #AutoIt3Wrapper_UseX64?

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.