Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (247 - 249 of 3893)

Ticket Resolution Summary Owner Reporter
#778 No Bug EnvGet("PROCCESSOR_ARCHITECTURE") reports x86 on 64 bit OS Dreamer
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.

#791 No Bug EnvGet returns wrong value for PROCESSOR_ARCHITECTURE AMD4 Dreamer
Description

EnvGet returns x86 as the PROCESSOR_ARCHITECTURE on my Win XP Pro 64bit system. I used the latest AutoIt3 - v 3.3.0.0 from Dec 24th.

I have not found any way to identify a 64 bit OS from an AutoIt3 scripts.

MsgBox(4096,"EnvGet does not get correct architecture",EnvGet("PROCESSOR_ARCHITECTURE"))
# This is a Win XP 64 bit machine - Command line shows:
# C:\temp>echo %PROCESSOR_ARCHITECTURE%
# AMD64
# BUT, EnvGet returns x86
# AutoIt 3.3 released Dec 24th
#1742 Fixed Spelling error found in help file Jpm Drifter
Description

in help for "_GDIPlus_GraphicsCreateFromHDC" the help says:

Create a Graphics object from a device contect (DC)

Correct text should say "context"

Note: See TracQuery for help on using queries.