Jump to content

v3.0.89 available in /unstable/


Jon
 Share

Recommended Posts

  • Administrators

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

Fixed the nightmare bug in 3.0.88...

Also added the "standard" include syntax:

#include <test.au3>

will reference the "<InstallDir>\Include\" directory - this value is read from the registry from the installer. If AutoIt was not installed using the installer then it works just as the normal #include " " syntax. I had to use the registry rather than the orignal suggestion for <> (path of the running AutoIt3.exe file) as Aut2Exe also has to use the same location.

Jeremy is putting together useful "standard" functions for this directory and I'm sure any useful code that is contributed may end up there as well :whistle:

The current plan is to have similar categories as the builtin functions...Date.au3, String.au3, etc. I've also suggested that I would like the function names to start with _ so that they are easy to spot and less likely to be duplicated.

Link to comment
Share on other sites

  • Administrators

I've almost finished a new directive: #include-once

If this directive is placed at the top of a file you will only be able to include it once - subsequent attempts are ignored. Should be good for the standard libs when many include files may want to use the same string.au3 library. At the moment this creates duplicate hell.

I'll add another reply when it's done (tomorrow - it's too late here :whistle: )

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...