Jump to content

3.1.1++


jpm
 Share

Recommended Posts

This is correct, I have same problem, if i comment out my line

;#Compiler_Icon=Wizard.ico                      ;Filename of the Ico file to use

then it compiles correctly

uncommented 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

  • Replies 513
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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 by JoeCool
Link to comment
Share on other sites

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

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

- 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

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

$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 by LOULOU
Link to comment
Share on other sites

$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 ""

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

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 by LOULOU
Link to comment
Share on other sites

  • Developers

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

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 2000

Who 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 by LOULOU
Link to comment
Share on other sites

  • Developers

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 2000

Who 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

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

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

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 by LOULOU
Link to comment
Share on other sites

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

<{POST_SNAPBACK}>

I correct the example. This error was not check before.
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...