Jump to content

Unstable V3.0.93 Available


Jon
 Share

Recommended Posts

  • Administrators

Updated:

- Hotkeys no longer buffered when the script is paused

- A couple of lexer upgrades should trap more syntax errors

- a few KB shaved off the exe.

Right, docs...

:whistle:

Link to comment
Share on other sites

Speaking of shaving size..... I seem to have a problem if I use UPX to unpack a compiled file and then repack it later. They always want to throw errors. Is there a reason for that Jon, or am I just messing up again? I've never had that problem with UPX before.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

You can't uncompress the compiled files as it removes the script and ka-boom.

That would account for it then. Too bad because I wanted to cut down the size of the setup files and I could have done that better by shipping them unpacked and including UPX to pack them at setup time.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

  • Administrators

Updated:

http://www.hiddensoft.com/autoit3/files/unstable/

Will probably release this one as a stable beta. Quite a lots of fixes and doc improvements compared to .92

3.0.93 (11th Feb, 2004)

- Added: SendAttachMode (AutoItSetOption)

- Added: Opt() is an alias for AutoItSetOption() :whistle:

- Added: Doc updates

- Added: WinSearchChildren (AutoItSetOption)

- Changed: Splash and Progress functions have a "moveable" option

- Changed: StringStripWS (new strip all ws mode)

- Changed: InputBox (timeout param)

- Changed: Hot keys are no longer buffered when the script is paused.

- Fixed: REG_MULTI_SZ support

- Fixed: TrayIconDebug not showing correct filename

- Fixed: ControlClick, ControlCommand("CHECK")

- Fixed: Control functions now using return values rather than @error where appropriate.

- Fixed: Error with '' quotes in Aut2Exe

- Fixed: StringFormat()

- Fixed: Lexer checks that potential user function calls are followed by (

- Fixed: Input thread attachment in Send() ( check Send("{... down}") still works)

- Changed: (Internal) Removed the only sscanf call and replaced with own code - saves 4KB.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...