Jump to content

Latest Beta


Jon
 Share

Recommended Posts

Richard is sort of on the right track. Jon, I believe the Code Analysis thing has customizable rules. You might look around when you're bored and see if the community has made any rule packages that we could use to catch some more common errors.

By the way Richard, uninitialized variables are only an issue when the type is either a pointer or non-class type. Initializing a class object without explicitly assigning it a value is not an error but a regular expression is too simple to understand that and would complain.

Link to comment
Share on other sites

You know those dumb things you say? This is one of them. I'm not really interested in giving up automatic object destruction when it goes out of scope in exchange for storing things on the heap and releasing them explicitly when the stack will do.

Link to comment
Share on other sites

And let those who would complain about no recent beta releases be silenced.

Thanks Jon.

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

What happened with #1573? First Jpm fixes it but it doesn't work (nor is included in the changelog) and now Jon reopened it and three others (all by Jpm).

Also I find this interesting:

AutoIt Changelog

================

3.3.8.0 (some day, 2010) (Release)

Jon has a time-machine in his backyard? :huh2:
Link to comment
Share on other sites

Sounds like they weren't fixed properly. That would be my first guess anyway.

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

Jon, I believe the Code Analysis thing has customizable rules. You might look around when you're bored and see if the community has made any rule packages that we could use to catch some more common errors.

I had a quick look. When you go into the rules they are all managed code related so it seems like when you run on a c++ project you are getting generic rules. That's why MS Minimum vs MS All Rules was giving the same output.
Link to comment
Share on other sites

  • Administrators

3.3.7.7 (31st May, 2011) (Beta)

Also now being compiled with VC10 profiling so should be faster than previous betas and faster than 3.3.6.1.

AutoIt:

- Fixed #1586: DllStructSetData(char, 1, string-with-NUL-character), junk data(?)

- Fixed #1633: Second AdlibRegister function starts at once when first function is too slow.

Au3Info:

- Added: Option "Use Spy++ control detection logic" toggle added to Au3Info (this was the mode always used in recent

releases, but the very old method that used to be used is useful in certain applications (for example, putty.exe)

- Fixed #1746: Option "Use Spy++ control detection logic" toggle added to Au3Info.

Misc:

- x64 installer options tweaked.

Edited by Jon
Link to comment
Share on other sites

  • Administrators

I'm showing X64 on a 32 bit system.

Edit: But @OSArch returns X86. Maybe I've got a x64 cpu and never knew XD

Most CPUs from the last few years are x64 capable :huh2: (Test vs. 3.3.6.1 to be sure)
Link to comment
Share on other sites

I get "x64" with 3.3.6.1, 3.3.7.6 and 3.3.7.7 (installed for both X86 and X64 OS support).

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

Most CPUs from the last few years are x64 capable ;) (Test vs. 3.3.6.1 to be sure)

Same result :huh2:

Wow. I've always just used @OSArch.

Edit: Just double checked systeminfo and it's right :alien: Now I'm off to install a 64 bit operating system and try it out

Edited by Mat
Link to comment
Share on other sites

I get a correct X64 for this Intel Core Duo E8400 running x86 XP

This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.
Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe here
RegExp tutorial: enough to get started
PCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta.

SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.
SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.
An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.
SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)
A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!
SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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