Jump to content

AutoItLib is showing error on 3.2.10.0


icadea
 Share

Recommended Posts

Hi all,

Upon installing the new Autoit version 3.2.10.0, All the old script used on AutoitLib is showing an error. I just unzip the zip version onto the old directory overwriting the previous files.

Example in the link below

http://www.autoitscript.com/forum/index.ph...c=56962&hl=

Am I doing something wrong here or do I need to replace the include files which are currently

#Include <A3LClipBoard.au3>

#Include <A3LScreenCap.au3>

I could not find any guide on the help files. Please help. thanks.

Link to comment
Share on other sites

Please Uninstall AutoItLib and Reinstall AutoIt 3.2.10.0 to overwrite the files.

Here are the func you used in the linked thread, look them up on help file. Most of the UDF has been imported by Gary(Fred :) ).

#Include <Clipboard.au3>

_ClipBoard_Empty()

#Include <ScreenCapture.au3>

_ScreenCapture_Capture([$sFileName = ""[, $iLeft = 0[, $iTop = 0[, $iRight = -1[, $iBottom = -1[, $fCursor = True]]]]]])

#Include <Clipboard.au3>

_ClipBoard_SetData($vData[, $iFormat = 1])

#Include <ScreenCapture.au3>

_ScreenCapture_SaveImage($sFileName, $hBitmap[, $fFreeBmp = True])

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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