Valik Posted January 25, 2010 Share Posted January 25, 2010 So is this where your rant about global variables comes in? Do you now maintain one list for both the interpreter and Aut2Exe?Yes. Link to comment Share on other sites More sharing options...
Administrators Jon Posted January 26, 2010 Author Administrators Share Posted January 26, 2010 AutoIt v3.3.5.1 (Beta) Released:There has been a significant rewrite of the Send/ControlSend code to better cope with Unicode characters. Those using characters <127 (USA/English/UK/etc) shouldn't notice any difference unless something has gone very wrong. Extended/Unicode users should test this release to see if there are any improvements/disasters...AutoIt:- Fixed #1428: AdlibRegister/Unregister() were incorrectly using case-sensitive function names.- Changed: Send() and ControlSend() code reworked to allow for more Unicode characters to be used.Aut2Exe:- Fixed #1409: Ctrl+C is no longer the shortcut for Convert. It is now Ctrl+G (Go) to avoid clashing with a Ctrl+C copy operation.The following changes are script breaking changes:Discuss the beta here.Report issues here.Download here. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
Administrators Jon Posted February 6, 2010 Author Administrators Share Posted February 6, 2010 AutoIt v3.3.5.2 (Beta) Released:There has been a significant rewrite of the Send/ControlSend code to better cope with Unicode characters. Those using characters <127 (USA/English/UK/etc) shouldn't notice any difference unless something has gone very wrong. Extended/Unicode users should test this release to see if there ary any improvements/disasters...AutoIt:- Fixed #1448: #OnAutoItStartRegister did not work in compiled scripts.- Fixed #961: RegDelete() was not working properly on 64bit keys when using the 32bit version of AutoIt and HKLM64.AutoItX:- Fixed: Missing .lib files readded.UDFs:- Fixed #1438: AutoIt error when using _ArrayCombinations().The following changes are script breaking changes:Discuss the beta here.Report issues here.Download here. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
water Posted February 6, 2010 Share Posted February 6, 2010 I just downloaded AutoIt v3.3.5.2 (Beta). Every script I start ends with code -1073741511 and the following messages: >"C:\Programme\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /beta /ErrorStdOut /in "H:\tools\AutoIt3\AD\AD_Test.au3" /autoit3dir "C:\Programme\AutoIt3\beta" /UserParams +>15:20:33 Starting AutoIt3Wrapper v.2.0.0.3 Environment(Language:0407 Keyboard:00000407 OS:WIN_XP/Service Pack 2 CPU:X64 OS:X86) >Running AU3Check (1.54.19.0) from:C:\Programme\AutoIt3\beta +>15:20:33 AU3Check ended.rc:0 >Running:(3.3.5.2):C:\Programme\AutoIt3\beta\autoit3.exe "H:\tools\AutoIt3\AD\AD_Test.au3" !>15:20:33 AutoIT3.exe ended.rc:-1073741511 +>15:20:34 AutoIt3Wrapper Finished >Exit code: -1073741511 Time: 1.535 Should I open a Bug report? 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 More sharing options...
Developers Jos Posted February 6, 2010 Developers Share Posted February 6, 2010 No problems on: OS:WIN_7/ CPU:X64 OS:X64 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted February 6, 2010 Moderators Share Posted February 6, 2010 Running fine for me with any number of scripts on Vista HP x86 SP2. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Developers Jos Posted February 6, 2010 Developers Share Posted February 6, 2010 VMWare:OS:WIN_XP/Service Pack 3 CPU:X64 OS:X86 --------------------------- autoit3.exe - Entry Point Not Found --------------------------- The procedure entry point RegDeleteKeyExW could not be located in the dynamic link library ADVAPI32.dll. --------------------------- OK --------------------------- AutoIT3.exe ended.rc:-1073741511 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
ProgAndy Posted February 6, 2010 Share Posted February 6, 2010 (edited) I have the error, too: !>15:52:21 AutoIT3.exe ended.rc:-1073741511 ;Values obtained with Stable-Version @OSArch: X86 @OSBuild: 2600 @OSLang: 0407 @OSServicePack: Service Pack 3 @OSType: WIN32_NT @OSVersion: WIN_XP @CPUArch: X64 PS: starting AutoIt3.exe directly crashes, too (no FileOpenDialog shown, exits directly) Edit: Since Jos postet a debug message, I conclude this is the result of the RegDelete-Fix for x64. The Function RegDeleteKeyEx is not available in Versions before XPx64 (XPx86 does not have it, too) Edited February 6, 2010 by ProgAndy *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes Link to comment Share on other sites More sharing options...
PsaltyDS Posted February 6, 2010 Share Posted February 6, 2010 Dies before executing any script code (wouldn't do _DebugBugReportEnv()): >"C:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /beta /ErrorStdOut /in "C:\Program Files\AutoIt3\Scripts\Test_1.au3" /autoit3dir "C:\Program Files\AutoIt3\beta" /UserParams +>09:55:07 Starting AutoIt3Wrapper v.2.0.0.3 Environment(Language:0409 Keyboard:00000409 OS:WIN_XP/Service Pack 3 CPU:X86 OS:X86) >Running AU3Check (1.54.19.0) from:C:\Program Files\AutoIt3\beta +>09:55:07 AU3Check ended.rc:0 >Running:(3.3.5.2):C:\Program Files\AutoIt3\beta\autoit3.exe "C:\Program Files\AutoIt3\Scripts\Test_1.au3" !>09:55:10 AutoIT3.exe ended.rc:-1073741511 +>09:55:11 AutoIt3Wrapper Finished >Exit code: -1073741511 Time: 4.868 Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Link to comment Share on other sites More sharing options...
Administrators Jon Posted February 6, 2010 Author Administrators Share Posted February 6, 2010 The Function RegDeleteKeyEx is not available in Versions before XPx64 (XPx86 does not have it, too) Bollocks, my bad. New version later today. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
Administrators Jon Posted February 6, 2010 Author Administrators Share Posted February 6, 2010 AutoIt v3.3.5.3 (Beta) Released:There has been a significant rewrite of the Send/ControlSend code to better cope with Unicode characters. Those using characters <127 (USA/English/UK/etc) shouldn't notice any difference unless something has gone very wrong. Extended/Unicode users should test this release to see if there ary any improvements/disasters...AutoIt:- Fixed: Regression in FileOpen() where it wasn't allowed to open files in read mode if they were already open in write mode.- Fixed #1449: GUICtrlDelete() not working for GUICtrlCreateDummy() types.- Fixed: Error loading on Windows XP due to previous RegDelete() fix.Au3Info:- Fixed #1444: Controls in applications like RegEdit were left highlighted.- Changed: Better identification of the control under the mouse.UDFs:- Fixed #1454: StringBetween() not working correctly.The following changes are script breaking changes:Discuss the beta here.Report issues here.Download here. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
GEOSoft Posted February 6, 2010 Share Posted February 6, 2010 Thanks Jon. You forgot to archive the old versions again, especially the broken one from earlier today. 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 More sharing options...
Administrators Jon Posted February 6, 2010 Author Administrators Share Posted February 6, 2010 I didn't forget. I used Valik's new upload scripts. Mwuahahahahaaaa Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
GEOSoft Posted February 6, 2010 Share Posted February 6, 2010 I didn't forget. I used Valik's new upload scripts. MwuahahahahaaaaWell that's bound to break something. 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 More sharing options...
Valik Posted February 6, 2010 Share Posted February 6, 2010 I didn't forget. I used Valik's new upload scripts. MwuahahahahaaaaYay, that means it works. An auto-archive cleanup script thingy will be coming eventually. I just haven't wrote it yet so it's currently a manual step in what is almost an entirely automated process. Link to comment Share on other sites More sharing options...
Richard Robertson Posted February 7, 2010 Share Posted February 7, 2010 What's next, automating bug fixes? Link to comment Share on other sites More sharing options...
Administrators Jon Posted February 13, 2010 Author Administrators Share Posted February 13, 2010 AutoIt v3.3.5.4 (Beta) Released:There has been a significant rewrite of the Send/ControlSend code to better cope with Unicode characters. Those using characters <127 (USA/English/UK/etc) shouldn't notice any difference unless something has gone very wrong. Extended/Unicode users should test this release to see if there ary any improvements/disasters...AutoIt:- Changed: FileWriteLine() performance improved.- Added: ControlCommand() "SendCommandID" - used to send WM_COMMAND Control ID messages. Allows the automation of ToolBarWindow32 controls (amongst others). For example, the "Back" button of Internet Explorer. Use Au3Info to get the Command ID from the ToolBar tab.- Fixed #1458: Inet sizes were capped to 32-bits.- Fixed #1459: Hard crash when too much recursion is used.- Fixed #1464: Regular expressions with a single character * pattern were stopping after the first null match.- Fixed #1463: StringToASCIIArray() working incorrectly with UTF8 characters.Au3Info:- Fixed #1391: ToolbarWindow32 info only showing the first toolbar.- Changed: Better identification of the control under the mouse (again...)UDFs:- Fixed #1441: _GUICtrlRichEdit_GetText() using wrong buffer length.- Fixed #1446: _ScreenCapture_Capture() was using height/width of 1 pixel less.The following changes are script breaking changes:Discuss the beta here.Report issues here.Download here. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
Beege Posted February 14, 2010 Share Posted February 14, 2010 I can't seem to find anything about "SendCommandID" in the beta helpfile. Did this info not get added? Assembly Code: fasmg . fasm . BmpSearch . Au3 Syntax Highlighter . Bounce Multithreading Example . IDispatchASMUDFs: Explorer Frame . ITaskBarList . Scrolling Line Graph . Tray Icon Bar Graph . Explorer Listview . Wiimote . WinSnap . Flicker Free Labels . iTunesPrograms: Ftp Explorer . Snipster . Network Meter . Resistance Calculator Link to comment Share on other sites More sharing options...
Administrators Jon Posted February 14, 2010 Author Administrators Share Posted February 14, 2010 Ah, yeah, I forgot to add the documentation. But as an example for IE8, this will click the back button ID: ControlCommand("[CLASS:IEFrame]", "", "[CLASS:ToolbarWindow32; INSTANCE:1]", "SendCommandID", 256) You get the 256 from the ToolBar info in Au3Info. It may also work on other controls using the ControlID (the ControlID is usually used for the Command ID as well) Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
Beege Posted February 14, 2010 Share Posted February 14, 2010 Ah, yeah, I forgot to add the documentation. But as an example for IE8, this will click the back button ID: ControlCommand("[CLASS:IEFrame]", "", "[CLASS:ToolbarWindow32; INSTANCE:1]", "SendCommandID", 256) You get the 256 from the ToolBar info in Au3Info. It may also work on other controls using the ControlID (the ControlID is usually used for the Command ID as well) Oh OK. Thankyou very much. Assembly Code: fasmg . fasm . BmpSearch . Au3 Syntax Highlighter . Bounce Multithreading Example . IDispatchASMUDFs: Explorer Frame . ITaskBarList . Scrolling Line Graph . Tray Icon Bar Graph . Explorer Listview . Wiimote . WinSnap . Flicker Free Labels . iTunesPrograms: Ftp Explorer . Snipster . Network Meter . Resistance Calculator Link to comment Share on other sites More sharing options...
Recommended Posts