Jump to content

Recommended Posts

  • Developers
Posted

What version are you running ?

maybe you upgraded and didn't read the change log?

  Quote

15th January, 2010 - v3.3.4.0

AutoIt:

Added: Ability to read and write UTF-8 files with no BOM including automatic detection during reading.

Added #682: Removed the 64KB limitation for FileReadLine()

Added: AutoIt scripts using the line continuation character "_" are no longer limited to a combined line length of 4095 characters.

Added: FileRead() returns the number of characters/bytes read in @extended.

Added #1311: MouseGetCursor() returns hand cursor.

Fixed #384: Under certain circumstances the network credentials flag would prevent the process from starting when launched with RunAs() or RunAsWait().

Fixed #1370: StringInStr() would crash with a negative occurrence and start position greater than the string length.

Fixed #1367: Calling GUIDelete() from a GUIRegisterMsg() callback that returns $GUI_RUNDEFMSG would crash AutoIt.

Fixed #1363: FileSetPos() did not work when the origin was the current position.

Fixed #1355: Regression in how unsigned numbers are displayed when returned from DllCall().

Fixed #1396: Crash in DllCallbackGetPtr() with invalid handle.

Fixed #1352: StringSplit() hard crash with binary data.

Fixed #1398: Fixed declaration of $tagPARAFORMAT2 from GuiRichEdit.au3

Removed: The "RAW" reading mode from FileOpen() has been removed.

Removed: InetGet("abort"), @InetGetActive and @InetGetBytesRead have been removed.

Removed: AdlibEnable() and AdlibDisable() have been removed.

Removed: OnAutoItStart and OnAutoItExit have been removed.

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

  • 1 month later...
Posted

  On 2/21/2010 at 7:21 PM, 'Jos said:

What version are you running ?

maybe you upgraded and didn't read the change log?

Hi,

I'm quite new, and of course I too didn't read the changelog. I just wanted to compile a piece of code i found. It relies on OnAutoItExit and @InetGetActive. How can i fix the code so it still works with the current version?

Cheers

Posted (edited)
Posted

  On 4/13/2010 at 1:56 PM, 'BrettF said:

Welcome Lambik,

The information you seek contained in the help file.

OnAutoItExitRegister

Cheers,

Brett

Indeed it is, I also found it on the beta release forum post (i needed InetGetInfo too). Thanks!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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