#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 Changed 14 years ago by Jos
- Component changed from SciTE4AutoIt to AutoIt
- Resolution set to No Bug
- Status changed from new to closed
comment:2 Changed 12 years ago by anonymous
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 Changed 12 years ago by anonymous
Ignore above. I figured it out. For some reason compatibility was set on AutoitWrapper.exe files.
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.
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