Modify ↓
#778 closed Bug (No Bug)
EnvGet("PROCCESSOR_ARCHITECTURE") reports x86 on 64 bit OS
Reported by: | Dreamer | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.2.12.1 | Severity: | Blocking |
Keywords: | Cc: |
Description
MsgBox(4096,"Architecture",EnvGet("PROCESSOR_ARCHITECTURE")
Maybe related is the fact that @OSVERSION reports WIN_2003 on the same system. The system is actually Windows XP Professional x64bit Edition.
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by Valik
- Resolution set to No Bug
- Status changed from new to closed
comment:2 Changed 16 years ago by Jpm
Why don't you use one of thos @CPUArch, @OSARch, @AutoItX64 ...
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Why do you think something pulled from the environment is a bug in AutoIt? We don't set the environment, the OS does. And the OS is right because you're running the 32-bit version of AutoIt so returning x86 is correction. Run the 64-bit version of AutoIt and it will show x64.