Jump to content

Win 7 vs XP compilation


 Share

Recommended Posts

Hi,

Strange problem: Compiling a script on win 7 works on win 7 and not on XP. BUT, compiling the same script on XP works on both OSs.

I'm working on a win 7 machine and I do not want to re-compile all my scripts on an XP machine everytime....

Anyone knows about this issue?

Link to comment
Share on other sites

Is it compiling 64-bit on your Win7 box? You might want to add this explicitly to the top of your script:

#AutoIt3Wrapper_UseX64=N

:unsure:

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

  • Developers

is is not compiling 64 bit...

Show the SciTE ouputpane information when compiling the script on Win7 so we can see what is happening.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Here it is:

>"C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /ShowGui /in "C:\Users\Eldad\Desktop\AutoIT Projects\FmWindowTest.au3"
+>12:11:43 Starting AutoIt3Wrapper v.2.0.1.24    Environment(Language:0409  Keyboard:00000409  OS:WIN_7/  CPU:X64 OS:X64)
-> 1 Change(s) made.
>Running AU3Check (1.54.19.0)  from:C:\Program Files (x86)\AutoIt3
+>12:11:51 AU3Check ended.rc:0
>Running:(3.3.6.1):C:\Program Files (x86)\AutoIt3\aut2exe\aut2exe_x64.exe  /in "C:\Users\Eldad\Desktop\AutoIT Projects\FmWindowTest.au3" /out "C:\Users\Eldad\Desktop\AutoIT Projects\FmHelper.exe" /nopack /icon "..\Herbalist\herbalist-Icon.ico" /comp 2 /x86
+>12:11:53 Aut2exe.exe ended.rc:0
>Running:(3.3.0.0):C:\Program Files (x86)\AutoIt3\aut2exe\upx.exe" --best --compress-icons=0 -qq "C:\Users\Eldad\Desktop\AutoIT Projects\FmHelper.exe"
    653555 ->    307955   47.12%    win32/pe     FmHelper.exe
+>12:11:59 UPX Ended: rc:0
+>12:11:59 Created program:C:\Users\Eldad\Desktop\AutoIT Projects\FmHelper.exe
->12:11:59 Warning: This is an Unicode compiled script and will not run on Win9x/ME.
>Exit code: 0    Time: 16.610
Link to comment
Share on other sites

  • Developers

Compiling a script on win 7 works on win 7 and not on XP. BUT, compiling the same script on XP works on both OSs.

Understood that part but maybe a little more on information what "not working on XP" means in this case.

You will have to share more information than this to be able to help you.

Is there anything specific in this script or is this a general issue for all scripts?

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...