luger Posted January 12, 2016 Share Posted January 12, 2016 (edited) Hello, My English is not good. x86 compile good work. -->(The following picture)x64 pressed (F5)-->(The following picture)x64 compile, upx not working -->(The following picture);Examples :) #pragma compile(x64, True) #pragma compile(UPX, True) ConsoleWrite(@OSArch) MsgBox(0, "World", "Hello")Why so? I can not figure out why? Upx v3.91 supports x64.. Why does not work? Note: @AutoItVersion ;-->v3.3.14.2 Edited January 12, 2016 by luger Link to comment Share on other sites More sharing options...
Danp2 Posted January 12, 2016 Share Posted January 12, 2016 Have you tried using the AutoIt3Wrapper directives instead of #pragma?#AutoIt3Wrapper_UseX64=Y #AutoIt3Wrapper_UseUpx=Y luger 1 Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
luger Posted January 12, 2016 Author Share Posted January 12, 2016 Have you tried using the AutoIt3Wrapper directives instead of #pragma?#AutoIt3Wrapper_UseX64=Y #AutoIt3Wrapper_UseUpx=Y ;Examples :) #AutoIt3Wrapper_UseX64=Y #AutoIt3Wrapper_UseUpx=Y ConsoleWrite(@OSArch) MsgBox(0, "World", "Hello")Good working.. But I want to use Pragma.. I do not like to use #autoıt3wrapper.. Link to comment Share on other sites More sharing options...
Developers Jos Posted January 12, 2016 Developers Share Posted January 12, 2016 The x64 version of upx is not part of the distribution and isn't supported as yet (as far as I know)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 More sharing options...
luger Posted January 12, 2016 Author Share Posted January 12, 2016 The x64 version of upx is not part of the distribution and isn't supported as yet (as far as I know)Jos I re-established-->Autoit x64 setup And alsoUpx link--> The following picture Why not try , I do not understand .. Is this a mistake? Link to comment Share on other sites More sharing options...
Developers Jos Posted January 12, 2016 Developers Share Posted January 12, 2016 No clue what you are trying to tell me since I just told you it isn't supported yet.Just run it yourself via an #AutoIt3Wrapper_Run_After directive or any other way you prefer.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 More sharing options...
luger Posted January 12, 2016 Author Share Posted January 12, 2016 No clue what you are trying to tell me since I just told you it isn't supported yet.Just run it yourself via an #AutoIt3Wrapper_Run_After directive or any other way you prefer.JosMy English is not good. I have to tell you..Thank you.. It supports the future.. God willing.. Link to comment Share on other sites More sharing options...
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