Jump to content

really simple newb question


 Share

Recommended Posts

if i compile a stand alone exec in windows xp, would that program work on a windows vista machine, if not would i be able to somehow emulate a vista session on xp an create the program with the autoit 64 bit

thanks in advance

Link to comment
Share on other sites

*generally* the script should run, but there may be some OS specific issues (eg: UAC, different file paths) that you'll have to deal with. Use path variables where possible, and the following Macros:

@OSVersion

@ProcessorArch

Will tell you what OS if you need to handle different cases

Edited by TurionAltec
Link to comment
Share on other sites

if i compile a stand alone exec in windows xp, would that program work on a windows vista machine, if not would i be able to somehow emulate a vista session on xp an create the program with the autoit 64 bit

thanks in advance

You can compile 64bit AutoIt on a 32bit machine, if that was the question. It just changes the interpreter binary blob that gets packaged into the file.

:)

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

You can compile 64bit AutoIt on a 32bit machine, if that was the question. It just changes the interpreter binary blob that gets packaged into the file.

:)

i did not know that thanks, so i can compile something on win32 xp for it to work on vista?

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...