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)
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.