icadea Posted December 2, 2007 Posted December 2, 2007 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 belowhttp://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.
Generator Posted December 2, 2007 Posted December 2, 2007 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])
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now