nago Posted July 10, 2008 Posted July 10, 2008 I read through the wiki and FAQ, but didn't see anything on this topic. Anyone have good tips and tricks for keeping the compiled file size down? my script is fairly small (18k uncompiled) and is mostly GUI stuff. It compiles to ~264KB which isn't terrible, but if I could get it absolutely any smaller, that'd be amazing. Are there any good command line options for compiling that might help trim useless bits? any advice is welcome, -nago
herewasplato Posted July 10, 2008 Posted July 10, 2008 ...It compiles to ~264KB which isn't terrible,...Then you really would not like my compiled scripts which are about 515KB because I have the UPX compression turned off. :-)...Are there any good command line options for compiling that might help trim useless bits?...Not that I know of... maybe someone else will chime in. [size="1"][font="Arial"].[u].[/u][/font][/size]
nobbe Posted July 10, 2008 Posted July 10, 2008 a simple "blank" au3 script results in "260.776" bytes (compressed UPX exe) - there is no ways to get it smaller in size, since it includes the complete "autoit" interpreter
nago Posted July 10, 2008 Author Posted July 10, 2008 a simple "blank" au3 script results in "260.776" bytes (compressed UPX exe) - there is no ways to get it smaller in size, since it includes the complete "autoit" interpreterAhh... I see. Well thank you for your reply. I wasn't sure if there was anything I could trim but that seems pretty decisive.Gracias.
aslani Posted July 10, 2008 Posted July 10, 2008 I read through the wiki and FAQ, but didn't see anything on this topic.Anyone have good tips and tricks for keeping the compiled file size down? my script is fairly small (18k uncompiled) and is mostly GUI stuff. It compiles to ~264KB which isn't terrible, but if I could get it absolutely any smaller, that'd be amazing.Are there any good command line options for compiling that might help trim useless bits?any advice is welcome,-nagoI asked a similar question a couple of weeks ago because I was wondering why the size is so large after compilation. My issue comes from the #include files and someone made a great a suggestion on how to "trim" what I need from the #include files.Go here:http://www.autoitscript.com/forum/index.ph...mp;#entry543029 [font="Georgia"]Chances are, I'm wrong.[/font]HotKey trouble?Stringregexp GuideAutoIT Current Version
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