Jump to content

Latest Beta


Jon
 Share

Recommended Posts

The new AutoItX3.dll seems to be broken. Registering it is impossible and copying it over the 3.0.0.0 AutoItX3.dll in "c:\windows\system32" will break any program that uses this .dll file. Thanks ;]

I also have found this to be the case. Thank you all the same though for the changes/fixes there are some in there I've been eagerly awaiting for a year or more :-D

Link to comment
Share on other sites

Can anyone tell me if there are Windows 7 specific changes in this build?

My script suddenly locked up on the latest release candidate from Microsoft.

Looks like something in the IE.au3 extensions.

If you could read the answer to such a question then you should certainly be able to read the changelog.
Link to comment
Share on other sites

With new beta version, when i use AutoItX3.dll last version with another programm i have the following message :

"dl is not a valid windows picture"

Can someone help me .

Example of code which generate error (written in purebasic)

XIncludeFile "C:\program files\purebasic\comate\comateplus.pbi"

dllname.s = "C:\Program Files\AutoIt3\Beta\AutoItX\AutoItX3.dll"

COMate_RegisterCOMServer(dllName.s )

COMate_UnRegisterCOMServer(dllName.s )

Link to comment
Share on other sites

Too good I will work this build and looking forward the action

------------------------------------------------------"You are never a loser,until you quit trying"------------------------------------------------------

Link to comment
Share on other sites

AutoItX.dll is apparently a 64-bit version. This is, of course, not right. Probably an issue with our build scripts and not with AutoItX itself.

Edit: It seems fixed. I just run the build script and the output was correct.

Edited by Valik
Link to comment
Share on other sites

Is this an appropriate place to discuss possible Au3Check bugs in beta 3.3.1.0? Hope so, I think I found one. This is not throwing an error like it should (and like I think it used to in older versions) -

#AutoIt3Wrapper_AU3Check_Parameters=-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6

Opt("MustDeclareVars", 1)

_func()

Global $a = "test"

Func _func()
    ConsoleWrite($a & @CRLF)
EndFunc

I can open a ticket if this is confirmed.

Link to comment
Share on other sites

I have question about SQLite.au3. Changelog says that there is just one change:

Fixed #786: _SQLite_Exec() does not return @error. (Thanks tayoufabrice)

I compared it with version from 3.3.0.0 and there is a lot of differences.

Can I use just SQLite.au3 from last beta with AutoIt 3.3.0.0?

Link to comment
Share on other sites

Can I use just SQLite.au3 from last beta with AutoIt 3.3.0.0?

I also answer here for others:

Yes you can use it with either AutoIt version. The version in the beta has been made Unicode-aware, supports Unicode database filenames and offers options on _SQLite_Open().

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

  • Administrators

http://www.autoitscript.com/autoit3/files/beta/autoit

3.3.1.1 (14th June, 2009) (Beta)

AutoIt:

- Added #529: Added the "NAME" property to allow direct search for .NET WinForm control names.

- Added: PixelChecksum() extra parameter to select CRC32 instead of ADLER.

- Added #984: @OSVersion now returns "WIN_XPe" for Windows XP Embedded.

- Added #938: UDPOpen() flag to allow broadcasting with 255.255.255.255. (Thanks skyteddy)

- Fixed #969: FileFindNextFile() does not set @extended if first found is a dir. (Thanks wraithdu)

- Fixed #975: Checkbox or Radio bkcolor on tab regression with Theme. (Thanks GEOSoft, jchd)

- Fixed #983: InetGet() crash with IE6.

- Fixed #1006: @MSEC returned wrong value for values < 100.

- Fixed #1010: FileRead() UTF8 with BOM files return too many chars.

- Changed #968: AutoUpdateIt updated by ProgAndy to use new Inet features.

AU3Info:

- Added: Control information now includes the .NET WinForm if available.

UDFs:

- Fixed #979: _ArrayDisplay() - just old/incorrect syntax in header comment

- Fixed #974: _WinAPI_WindowFromPoint tagPoint structure

- Fixed #1000: _GUICtrlListBox_Create result error message _WinAPI_CreateWindowEx: Cannot find window class

- Fixed #1004: _PathFull() was returning invalid results.

- Fixed #1015: _SQLite_SaveMode() renamed as _SQLite_SafeMode(). (Thanks Zedna)

- Fixed #1019: _GUICtrlListView_SetItemCut, _GUICtrlListView_SetItemFocused, _GUICtrlListView_SetItemDropHilited enabled flag not working correctly.

- Changed: Error msg with UTF8 info can be displayed on Scite console. Extra parameter in _SQLite_Startup().

- Changed: _SQLite 3.6.14.1 -> 3.6.14.2

- Removed: _StringAddThousandsSep() has been removed. Too many opinions on how the function should work means nobody is happy with it.

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