Opened on Jan 29, 2011 at 2:11:20 PM
Closed on Jan 29, 2011 at 3:12:18 PM
Last modified on May 26, 2012 at 7:28:46 AM
#1867 closed Bug (No Bug)
SciTE4AutoIt3 @OSVersion is WIN_VISTA, when actually WIN_7
| Reported by: | Max | Owned by: | Jos |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | SciTE4Autoit3 @OSVersion | Cc: |
Description
MsgBox(0, "", "@OSVersion="&@OSVersion&"; @AutoItVersion="&@AutoItVersion)
I'm using Windows 7 (x64), but when the code above is executed via SciTE4AutoIt3 (Tools/Go) it shows a message box with the text "@OSVersion=WIN_VISTA; @AutoItVersion=3.3.6.1".
When executing the exe compiled with either Aut2exe.exe or Aut2exe_x64.exe it shows "@OSVersion=WIN_7; @AutoItVersion=3.3.6.1", it even works compiling with SciTE (Tools/Compile) and running the command shown in SciTE ("C:\Program Files (x86)\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Users\Max\Desktop\OSVersion SciTE bug.au3")
Attachments (0)
Change History (3)
comment:1 by , on Jan 29, 2011 at 3:12:18 PM
| Component: | SciTE4AutoIt → AutoIt |
|---|---|
| Resolution: | → No Bug |
| Status: | new → closed |
comment:2 by , on May 26, 2012 at 7:15:11 AM
I have a very similar problem problem. I'm running WIN_7 Ultimate x64, but the wrapper reports it as WIN_XP/SP3.
Starting AutoIt3Wrapper v.2.1.0.8 Environment(Language:0409 Keyboard:00000409 OS:WIN_XP/Service Pack 3 CPU:X64 OS:X64)
comment:3 by , on May 26, 2012 at 7:28:46 AM
Ignore above. I figured it out. For some reason compatibility was set on AutoitWrapper.exe files.

Looks like you are using the x86 version when running from SciTE.
Use forum for questions like this and don't assume a BUG.
Jos