xtrim 0 Posted April 23, 2011 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? Share this post Link to post Share on other sites
PsaltyDS 39 Posted April 23, 2011 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 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 Share this post Link to post Share on other sites
xtrim 0 Posted April 24, 2011 is is not compiling 64 bit... Share this post Link to post Share on other sites
Jos 2,210 Posted April 24, 2011 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. Share this post Link to post Share on other sites
xtrim 0 Posted April 24, 2011 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 Share this post Link to post Share on other sites
Jos 2,210 Posted April 24, 2011 Looks good, so what exactly is the problem when you have compiled the script on Win7? 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. Share this post Link to post Share on other sites
xtrim 0 Posted April 24, 2011 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. Share this post Link to post Share on other sites
Jos 2,210 Posted April 24, 2011 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. Share this post Link to post Share on other sites