Jump to content

Recommended Posts

Posted

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

Posted (edited)

*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
Posted

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
Posted

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?

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
×
×
  • Create New...