Submit updates of portable freeware that are already listed in the database.
-
guinness
- Posts: 4118
- Joined: Mon Aug 27, 2007 2:00 am
-
Contact:
#2
Post
by guinness » Wed Feb 08, 2012 1:18 pm
AutoIt has started developing for the upcoming stable release V3.3.10.0, so check out the latest beta version here >>
http://www.autoitscript.com/forum/forum ... site-news/. You'll also note that I'm helping behind the scenes now with the Help file, so any improvements are welcome.

Added 179 Applications: Portable
-
Lupo73
- Posts: 1011
- Joined: Mon Mar 19, 2007 8:55 am
- Location: Italy
-
Contact:
#4
Post
by Lupo73 » Wed Feb 29, 2012 1:45 pm
Thanks for these reports! I'm going to test it soon

-
Lupo73
- Posts: 1011
- Joined: Mon Mar 19, 2007 8:55 am
- Location: Italy
-
Contact:
#5
Post
by Lupo73 » Wed Feb 29, 2012 3:22 pm
In the UDFs Help some FTP function descriptions need to be fixed, like _FTP_FileTimeLoHiToStr.. I don't know if you want a report or help to fix them..
-
guinness
- Posts: 4118
- Joined: Mon Aug 27, 2007 2:00 am
-
Contact:
#10
Post
by guinness » Mon Apr 09, 2012 12:15 am
Another beta has been released today with a huge addition, WinAPIEx.au3. There is also a new feature where defining the size of the array is now optional.
Notice there is no need to declare the size of the Array.
Code: Select all
#include <Array.au3>
Local $aArray[] = ["Test_1", "Test_2", "Test_3", "Test_4"]
_ArrayDisplay($aArray)
Source: http://www.autoitscript.com/forum/topic ... -released/
Added 179 Applications: Portable
-
guinness
- Posts: 4118
- Joined: Mon Aug 27, 2007 2:00 am
-
Contact:
#12
Post
by guinness » Tue Apr 10, 2012 1:24 pm
I didn't know you were a user on AutoIt. Everyone (Devs and MVPs) are working on creating an excellent product.
This is my 3000th post!

Added 179 Applications: Portable
-
webfork
- Posts: 9869
- Joined: Wed Apr 11, 2007 8:06 pm
- Location: US, Texas
-
Contact:
#13
Post
by webfork » Tue Apr 10, 2012 4:08 pm
guinness wrote:This is my 3000th post!
Congratulations and thanks for the other 2999 posts as well.