neal83 Posted January 2, 2009 Posted January 2, 2009 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
TurionAltec Posted January 2, 2009 Posted January 2, 2009 (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 January 2, 2009 by TurionAltec
PsaltyDS Posted January 2, 2009 Posted January 2, 2009 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 bitthanks in advanceYou 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
neal83 Posted January 2, 2009 Author Posted January 2, 2009 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?
PsaltyDS Posted January 2, 2009 Posted January 2, 2009 i did not know that thanks, so i can compile something on win32 xp for it to work on vista?Yes. 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now