Valik Posted September 10, 2011 Posted September 10, 2011 It is not attached as a resource currently but someday I plan to (or talk Jon into) changing it to a resource.
twitchyliquid64 Posted September 11, 2011 Posted September 11, 2011 It is not attached as a resource currently but someday I plan to (or talk Jon into) changing it to a resource. I was looking through the public sourcecode and noticed that state information like #notrayicon is stored as a boolean in the compiled program. How is this variable 'compiled' into the script? How does it go from a .bin into a .exe with suddenly these variables and all the FileInstall() files miraculously part of the executable? ongoing projects:-firestorm: Largescale P2P Social NetworkCompleted Autoit Programs/Scripts: Variable Pickler | Networked Streaming Audio (in pure autoIT) | firenet p2p web messenger | Proxy Checker | Dynamic Execute() Code Generator | P2P UDF | Graph Theory Proof of Concept - Breadth First search
twitchyliquid64 Posted September 11, 2011 Posted September 11, 2011 Magic. I don't believe you. ongoing projects:-firestorm: Largescale P2P Social NetworkCompleted Autoit Programs/Scripts: Variable Pickler | Networked Streaming Audio (in pure autoIT) | firenet p2p web messenger | Proxy Checker | Dynamic Execute() Code Generator | P2P UDF | Graph Theory Proof of Concept - Breadth First search
AdmiralAlkex Posted September 11, 2011 Posted September 11, 2011 I don't believe you.Better add som Might to the mix. *wink wink* Get it? .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
twitchyliquid64 Posted September 11, 2011 Posted September 11, 2011 Better add som Might to the mix. *wink wink* Get it?no.u high? ongoing projects:-firestorm: Largescale P2P Social NetworkCompleted Autoit Programs/Scripts: Variable Pickler | Networked Streaming Audio (in pure autoIT) | firenet p2p web messenger | Proxy Checker | Dynamic Execute() Code Generator | P2P UDF | Graph Theory Proof of Concept - Breadth First search
AdmiralAlkex Posted September 11, 2011 Posted September 11, 2011 (edited) no. u high?No, me gamer. r u? Edited September 11, 2011 by AdmiralAlkex .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Robinson1 Posted September 11, 2011 Author Posted September 11, 2011 (edited) Normally you are trying to make some things bigger (at least for men) but it is cool ...Lol. Rioght - well it 'Its' too bigger it might scare da girls. But anyway I don't care or scare 'girls' Imho the size aspect here is not due to any space problem but rather a psychological stuff. Me too, some people are using UPX with highest compression settings to get some kb smaller files but for what?... For extented a little -and on a very subtile way- the suspense until the script got loaded and starts. An by the way beside UPX -best - try --lzma that new lzma compression is really amazing. (Even when it'll come at costs of about 100ms longer loading time[P4 ~1600MHZ]) @Robinson1: are you a reverser?I just wonder what leads to that 'strange' conclusion? ... For x86, about 100KB or ~22%. Edit: The Visual Studio 2010 runtime redistributable is 4MB. Given a choice between having a stand-alone application that will run on any version of Windows since Windows 2000 at the cost of having 100KB tacked onto every binary or having to bundle every script with an installer and the redistributable package for the runtime - which as mentioned is 4MBThat's why I was writting on how to avoid linking to MSVCR100.dll and make it use MSVCRT.dll so you'll not need the VS 2010 Runtime package any more. But beside that the other options? /Oy /GL /Oi /Os /GF /Gr /Gs The options /Oy Avoid Framepointer, /GL global optimisation and /Oi use 'buildin processor' asm-commands instead of CRT. are for example very 'neutral'. Regarding size vs speed or let's say they might improved both. I wonder how may % they'll do. (I'll guess maybe 5-6%) Edited September 11, 2011 by Robinson1
twitchyliquid64 Posted September 11, 2011 Posted September 11, 2011 No, me gamer. r u?Yes.Im a raging hetrosexual. ongoing projects:-firestorm: Largescale P2P Social NetworkCompleted Autoit Programs/Scripts: Variable Pickler | Networked Streaming Audio (in pure autoIT) | firenet p2p web messenger | Proxy Checker | Dynamic Execute() Code Generator | P2P UDF | Graph Theory Proof of Concept - Breadth First search
UEZ Posted September 11, 2011 Posted September 11, 2011 (edited) @Robinso1: the insane settings for UPX are: upx.exe --ultra-brute --crp-ms=999999 --all-methods --all-filters But --lzma is best settings to get a good ration for compression / time to compress - my favorite.Br,UEZ Edited September 11, 2011 by UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ
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