GaryFrost Posted May 8, 2005 Share Posted May 8, 2005 This is correct, I have same problem, if i comment out my line;#Compiler_Icon=Wizard.ico ;Filename of the Ico file to usethen it compiles correctlyuncommented produces the following<{POST_SNAPBACK}>rolled back 3.1.1.21 started compiling fine again, kept rolling to next version and compiling, not sure what happened before, but still compiles fine all the way through 3.1.1.24 SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
JoeCool Posted May 8, 2005 Share Posted May 8, 2005 (edited) rolled back 3.1.1.21 started compiling fine again, kept rolling to next version and compiling, not sure what happened before, but still compiles fine all the way through 3.1.1.24<{POST_SNAPBACK}>Here I'm not using the compiler directive, I'm using the interface and it starts crashing after updating to 3.1.1.22 when I add and icon Edited May 8, 2005 by JoeCool Link to comment Share on other sites More sharing options...
jpm Posted May 8, 2005 Author Share Posted May 8, 2005 Here I'm not using the compiler directive, I'm using the interface and it starts crashing after updating to 3.1.1.22 when I add and icon <{POST_SNAPBACK}>JdeB found the problem will be corrected in 3.1.1.25 for the time being don't set a new icon when compiling.Thanks "à la Belle Province" Link to comment Share on other sites More sharing options...
jpm Posted May 8, 2005 Author Share Posted May 8, 2005 8th May 2005 - v3.1.1.25 (beta)Updated : UDFs 1.11 (by gafrost/JdeB) - Added GuiEdit.au3 which has a number of _GUIEdit??? functions for Edit controls. (gafrost/JdeB) - Updated _ChooseColor, _ChooseFont and _GUI??? function due to DllStruct renaming. (gafrost) - Corrected wParam to variable name in _GUICtrlEditLineIndex.txt (gafrost) - Fixed example and include for $CB_GETDROPPEDCONTROLRECT (gafrost) - Typo in Example: _GUICtrlComboGetEditSel.au3 (gafrost)Fixed : Crash when compiling with a specified icon (Thanks .../JdeB) Link to comment Share on other sites More sharing options...
JoeCool Posted May 8, 2005 Share Posted May 8, 2005 8th May 2005 - v3.1.1.25 (beta)Thanks all for the great job ! Link to comment Share on other sites More sharing options...
Ejoc Posted May 9, 2005 Share Posted May 9, 2005 - Added GuiEdit.au3 which has a number of _GUIEdit??? functions for Edit controls. (gafrost/JdeB)There was so much DllStruct goodness in there I got teary. Start -> Programs -> AutoIt v3 -> AutoIt Help File -> Index -> (The Function you are asking about)----- Links -----DllStruct UDFsRSA Crypto UDFs Link to comment Share on other sites More sharing options...
GaryFrost Posted May 9, 2005 Share Posted May 9, 2005 There was so much DllStruct goodness in there I got teary. <{POST_SNAPBACK}>Yeah, the DllStruct lifted alot of restrictions on the DllCalls and GuiCtrlSendMessage, Although ran into a restriction DllCalls doesn't take a byte as a parameter, don't remember what I was messing around with at the time but it took a byte in wparam and a byte lparam, tried alot of different things never did get it to work. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
LOULOU Posted May 9, 2005 Share Posted May 9, 2005 (edited) $var = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion", "ProgramFilesDir") MsgBox(4096, "Program files are in:", $var) £var is empty with running V3.1.1.25 and is good with older version Another problem in the same version _Nowdate() return "" Edited May 9, 2005 by LOULOU Link to comment Share on other sites More sharing options...
GaryFrost Posted May 9, 2005 Share Posted May 9, 2005 $var = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion", "ProgramFilesDir") MsgBox(4096, "Program files are in:", $var)£var is empty with running V3.1.1.25 and is good with older versionAnother problem in the same version_Nowdate() return ""<{POST_SNAPBACK}>I'm running 3.1.1.25 and both work just fine for me. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
LOULOU Posted May 9, 2005 Share Posted May 9, 2005 (edited) I'm running 3.1.1.25 and both work just fine for me.<{POST_SNAPBACK}>I work on Windows 2000 SP4 French and i confirm my problem.Maybe the problem comes from SCITE Configuration because with my second computer which is in XP2 all is good Edited May 9, 2005 by LOULOU Link to comment Share on other sites More sharing options...
Developers Jos Posted May 9, 2005 Developers Share Posted May 9, 2005 (edited) Maybe the problem comes from SCITE Configuration because with my second computer which is in XP2 all is good<{POST_SNAPBACK}>nah... i am pretty sure that you will also have the issue when you run the script directly without using SciTE....What does you pc have in this reg entry :RegRead("HKEY_CURRENT_USER\Control Panel\International", "sShortDate")I know that it doesn't work on Win98 because of the _DateTimeFormat() is using these Registry entries and these are not available in Win98 , so maybe Win2K has the same issue ? Edited May 9, 2005 by JdeB 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...
LOULOU Posted May 9, 2005 Share Posted May 9, 2005 (edited) nah... i am pretty sure that you will also have the issue when you run the script directly without using SciTE....What does you pc have in this reg entry :RegRead("HKEY_CURRENT_USER\Control Panel\International", "sShortDate")I know that it doesn't work on Win98 because of the _DateTimeFormat() is using these Registry entries and these are not available in Win98 , so maybe Win2K has the same issue ?<{POST_SNAPBACK}>In fact all the udf's function from date.au3 doesn't walk and reg function doesn't walk since 1.22 version of autoit and Win 2000Who can test $var = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion", "ProgramFilesDir")MsgBox(4096, "Program files are in:", $var)That's with scite and 1.25 on a windows 2000 and saying if $var is empty or contains anything ?Thanks ? Edited May 9, 2005 by LOULOU Link to comment Share on other sites More sharing options...
Developers Jos Posted May 10, 2005 Developers Share Posted May 10, 2005 In fact all the udf's function from date.au3 doesn't walk and reg function doesn't walk since 1.22 version of autoit and Win 2000Who can test $var = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion", "ProgramFilesDir")MsgBox(4096, "Program files are in:", $var)That's with scite and 1.25 on a windows 2000 and saying if $var is empty or contains anything ?Thanks ?<{POST_SNAPBACK}>I confirm this issue ...Just tested on a Win2K Prof pc and see the same issue.AutoIt3 Ver 3.1.1 shows the registry entry value and 3.1.1.25 shows nothing.Must be a BUG somewhere.....Any Idea's ? 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...
LOULOU Posted May 10, 2005 Share Posted May 10, 2005 I confirm this issue ...Just tested on a Win2K Prof pc and see the same issue.AutoIt3 Ver 3.1.1 shows the registry entry value and 3.1.1.25 shows nothing.Must be a BUG somewhere.....Any Idea's ?<{POST_SNAPBACK}>I try to compile this function directly by autoit.exe and the problem was the same. Scite is not the reasons. That all i can say Link to comment Share on other sites More sharing options...
jpm Posted May 10, 2005 Author Share Posted May 10, 2005 10th May 2005 - v3.1.1.26 (beta)Fixed : AutoIt Info focus with magnify option (Thanks Blue_Drache) Fixed : DLLCall set @error on bad parameter. (Thanks Fur) Fixed : Windows centering of GUICreate Fixed : Cmd line option cohabitation /c and /errorstdout (By Sven) Fixed : String "0" is false in boolean comparison (By Sven) Fixed : RegExp : Indicate the pattern is invalid if a closing round bracket is not found for a group. Fixed : RegExp: excessive group clearing from regular expression predictor Added : Ability to initialize arrays in DIM and CONST keywords. Updated : docs for DIM . Link to comment Share on other sites More sharing options...
LOULOU Posted May 10, 2005 Share Posted May 10, 2005 (edited) Version 3.1.1.26 Executing Dim.au3 example C:\Program Files\AutoIt3\beta\Examples\Helpfile\Dim.au3 (12) : ==> Expected a "=" operator in assignment statement.: Const $x, $y = 23, $z Const $x^ ERROR Edited May 10, 2005 by LOULOU Link to comment Share on other sites More sharing options...
w0uter Posted May 10, 2005 Share Posted May 10, 2005 i think its new behaviur (something like that) since it is unlogical to haven an empty const. My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll Link to comment Share on other sites More sharing options...
jpm Posted May 10, 2005 Author Share Posted May 10, 2005 Version 3.1.1.26Executing Dim.au3 example C:\Program Files\AutoIt3\beta\Examples\Helpfile\Dim.au3 (12) : ==> Expected a "=" operator in assignment statement.: Const $x, $y = 23, $z Const $x^ ERROR<{POST_SNAPBACK}>I correct the example. This error was not check before. Link to comment Share on other sites More sharing options...
jpm Posted May 10, 2005 Author Share Posted May 10, 2005 10th May 2005 - v3.1.1.27 (beta)Fixed : RegRead under Windows 2000 (Thanks LOULOU, datskat) Fixed : Dim example (Thanks LOULOU) Link to comment Share on other sites More sharing options...
Helge Posted May 10, 2005 Share Posted May 10, 2005 RegRead works great now, thanks jpm ! Link to comment Share on other sites More sharing options...
Recommended Posts