Opened 16 years ago
Closed 16 years ago
#940 closed Bug (No Bug)
CPUArch macro is returning wrong processor architecture
Reported by: | ccarrera74@… | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.0.0 | Severity: | None |
Keywords: | Cc: |
Description
I have a Dell Latitude D620 laptop with a 32 bit processor. This was confirmed by the System Information app in Windows Vista:
System Manufacturer Dell Inc.
System Model Latitude D620
System Type X86-based PC
Processor Intel(R) Core(TM)2 CPU T5500 @ 1.66GHz, 1667 Mhz, 2 Core(s), 2 Logical Processor(s)
BIOS Version/Date Dell Inc. A10, 5/16/2008
When I use the @CPUArch macro, it returns the processor type as X64 instead of X86.
The following one liner can recreate the problem:
MsgBox (1,"", "CPUArch = " & @CPUArch)
Attachments (0)
Change History (1)
comment:1 Changed 16 years ago by Valik
- Resolution set to No Bug
- Status changed from new to closed
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.
You have a 64-bit processor but you have a 32-bit OS. @CPUArch is returning the correct thing.