Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#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 by Valik, 17 years ago

Resolution: No Bug
Status: newclosed

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.

comment:2 by Jpm , 17 years ago

Why don't you use one of thos @CPUArch, @OSARch, @AutoItX64 ...

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.