Modify ↓
Opened 12 years ago
Closed 12 years ago
#2265 closed Bug (Works For Me)
@OSVersion returns "UNKNOWN" in Windows 8
Reported by: | Tripredacus | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.8.1 | Severity: | None |
Keywords: | Cc: |
Description
Using @OSVersion variable on Windows 8 returns "UNKNOWN" as its data. Tested on Windows 8 Core RTM x64. 32bit compiled app.
MsgBox(4096, "OSVersion test", @OSVersion )
Attachments (1)
Change History (3)
Changed 12 years ago by Tripredacus
comment:1 Changed 12 years ago by trancexx
That message box shows nothing if it doesn't show the version number of the interpreter.
How do you know your AutoIt instalation isn't wrong and you compiled using older binary files?
comment:2 Changed 12 years ago by trancexx
- Resolution set to Works For Me
- 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.
Note: See
TracTickets for help on using
tickets.
@OSVersion in MsgBox Windows8