hamsgi Posted May 12, 2011 Posted May 12, 2011 Hi there I've put here a simple program I did to document an autoit program. It generates a text file with the variables/functions declared and function calls with the program line. For sure it can be enhanced (e.g. list variables not used). Hope it helps. Rgds HamSgi
engjcowi Posted May 12, 2011 Posted May 12, 2011 Hi I cant see the source of the file? thanks Drunken Frat-Boy Monkey Garbage
JohnOne Posted May 12, 2011 Posted May 12, 2011 Heres my take on it. Hope you enjoy. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
somdcomputerguy Posted May 12, 2011 Posted May 12, 2011 I like this version better, ,simply because of the way smaller filesize.. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
JScript Posted May 13, 2011 Posted May 13, 2011 I don't understand! It is to laugh or to cry? http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere!
James Posted May 13, 2011 Posted May 13, 2011 ,simply because of the way smaller filesize..What do you think of mine?110% speed increase. Removed all the unused variables. Also the memory footprint is now decreased by over 20%.Likey? Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
BinaryBrother Posted May 14, 2011 Posted May 14, 2011 What do you think of mine?110% speed increase. Removed all the unused variables. Also the memory footprint is now decreased by over 20%.Likey?You had an error on line 87, check below. SIGNATURE_0X800007D NOT FOUND
somdcomputerguy Posted May 14, 2011 Posted May 14, 2011 (edited) @BinaryBrother - good eye to catch that! Edited May 14, 2011 by somdcomputerguy - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
James Posted May 14, 2011 Posted May 14, 2011 You had an error on line 87, check below.@BinaryBrother - good eye to catch that!Good catch there!Try this out... Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
JohnOne Posted May 14, 2011 Posted May 14, 2011 Click this link for best code AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
AdmiralAlkex Posted May 14, 2011 Posted May 14, 2011 I added a couple extra features. MsgBox(0, "", FileGetSize(@ScriptFullPath)) .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
JScript Posted May 15, 2011 Posted May 15, 2011 I'm going crazy, stop! http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere!
bogQ Posted May 17, 2011 Posted May 17, 2011 (edited) Documenter.zip Edited May 18, 2011 by bogQ TCP server and client - Learning about TCP servers and clients connectionAu3 oIrrlicht - Irrlicht projectAu3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related) There are those that believe that the perfect heist lies in the preparation.Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.
AdmiralAlkex Posted May 17, 2011 Posted May 17, 2011 @bogQWrong link .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
bogQ Posted May 18, 2011 Posted May 18, 2011 (edited) Lol i copy it from wrong page, ty AdmiralAlkex deleted it up there Edited May 18, 2011 by bogQ TCP server and client - Learning about TCP servers and clients connectionAu3 oIrrlicht - Irrlicht projectAu3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related) There are those that believe that the perfect heist lies in the preparation.Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.
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