Modify

Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#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 Jos, 15 years ago

Component: SciTE4AutoItAutoIt
Resolution: No Bug
Status: newclosed

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

comment:2 by anonymous, 14 years ago

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 anonymous, 14 years ago

Ignore above. I figured it out. For some reason compatibility was set on AutoitWrapper.exe files.

Modify Ticket

Action
as closed The owner will remain Jos.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.