Jump to content

ScreenCapture.au3 and A3LScreenCap.au3 problems


Jex
 Share

Recommended Posts

If im run that script in AutoIt 3.2.9.5 Beta

#include <ScreenCapture.au3>
_ScreenCapture_Capture(@MyDocumentsDir & "\Test.jpg")oÝ÷ Øh¯x-«^®º+Ov>º ­©W¬Óݺڷ}=Ù·­kOv"w%¹×´÷a ùn±«·÷OoÝ÷ Øh¯x-«^®º+±«­¢+ÙèÀäÈíAɽɴ¥±ÌÀäÈíÕѽ%ÐÌÀäÈí%¹±ÕÀäÈíÍ11¥ÉÉä¹ÔÌ äÀ°ÐĤè]I9%9èÀÌØíÑ  %Q5A%9

And if im use Beta AutoIt giving that error : ERROR: can't open include file <A3LScreenCap.au3>

Edited by Jex
Link to comment
Share on other sites

I can't edit my post have like that ascii codes :

oÝ÷ Øh¯x-«^®º+Ov>º ­©W¬Óݺڷ}=Ù·­kOv"w%¹×´÷a ùn±«·÷OoÝ÷ Øh¯x-«^®º+±«­¢+ÙèÀäÈíAɽɴ¥±ÌÀäÈíÕѽ%ÐÌÀäÈí%¹±ÕÀäÈíÍ11¥ÉÉä¹ÔÌ äÀ°ÐĤè]I9%9èÀÌØíÑ   %Q5A%9<èÁ½ÍÍ¥±äÕͽɱÉÑ¥½¸¸(ÀÌØíÑ    5$ô±±MÑÉÕÑ
<_< Edited by Jex
Link to comment
Share on other sites

  • 2 weeks later...

Keep up with the beta, Jon fixed pointer addition/subtraction which fixed this problem

With the new beta 3.2.9.12 the problem is always the same with these Error when compiling

C:\Program Files\AutoIt3\beta\Include\A3LScreenCap.au3(90,32) : ERROR: _tagBITMAPINFOHEADER(): undefined function.
  $tBIH = _tagBITMAPINFOHEADER()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\Program Files\AutoIt3\beta\Include\A3LScreenCap.au3(91,28) : ERROR: _tagGetSize(): undefined function.
  $iBIH = _tagGetSize($tBIH)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\Program Files\AutoIt3\beta\Include\A3LScreenCap.au3(92,26) : ERROR: _tagBITMAPINFO(): undefined function.
  $tBMI = _tagBITMAPINFO()
~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\Program Files\AutoIt3\beta\Include\A3LScreenCap.au3(93,27) : ERROR: _tagGetPtr(): undefined function.
  $pBMI = _tagGetPtr($tBMI)
~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\Program Files\AutoIt3\beta\Include\A3LScreenCap.au3(94,35) : ERROR: _tagSetData(): undefined function.
  _tagSetData($tBMI, "Size", $iBIH)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\Program Files\AutoIt3\beta\Include\A3LScreenCap.au3(96,36) : ERROR: _tagGetData(): undefined function.
  $iW = _tagGetData($tBMI, "Width" )
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\Program Files\AutoIt3\beta\Include\A3LScreenCap.au3(107,38) : ERROR: _tagBYTEARRAY(): undefined function.
  $tBuf = _tagBYTEARRAY($iW * $iH * 3)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\Program Files\AutoIt3\beta\Include\A3LScreenCap.au3(111,32) : ERROR: _tagBITMAPFILEHEADER(): undefined function.
  $tBFH = _tagBITMAPFILEHEADER()
Edited by LOULOU
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...