阿笨 发表于 2011-12-23 23:17:52

ImageSearch使用过的来指点下

在学习找图前,在论坛上看了很多贴子,并且下载了ImageSearch.au3.我的AU3安装在C盘,因此,我将ImageSearch.au3放置在C:\Program Files\AutoIt3\Include文件夹中,其它文件ImageSearchDLL.cbp/ImageSearchDLL.cpp/ImageSearchDLL.dll/stdafx.cpp/stdafx.h/util.cpp/util.h均被我放在了我写脚本的文件D:\script中,写了个测试脚本
#Include <ImageSearch.au3>
$x1=0
$y1=0
$result = _ImageSearch("..\jj.bmp",1,$x1,$y1,0)
if $result=1 Then
    MsgBox(0,"hello","good")
EndIf
提示错误:
line 44(file "C:\Program Files\AutoIt3\Include\ImageSearch.au3")
if $result ="0" then return 0
if $result^ ERROR

Error: Subscript used with non-array variable.

请教:是不是我的把ImageSearch.au3及相关的DLL放的问题,还是我的代码有问题,请指正.谢谢

阿笨 发表于 2011-12-24 16:52:28

怎么没人光临呀

shano 发表于 2011-12-24 16:55:49

回复 1# 阿笨


   _ImageSearch("..\jj.bmp",1,$x1,$y1,0)

分辨率都为0 能找到才奇怪
仔细看UDF的说明该吧

阿笨 发表于 2011-12-26 19:20:24

弱弱的问下,UDF说明的链接能给个吗{:face (394):}

user3000 发表于 2011-12-26 19:36:12

弱弱的问下,UDF说明的链接能给个吗
阿笨 发表于 2011-12-26 19:20 http://www.autoitx.com/images/common/back.gif


    http://www.autoitx.com/forum.php?mod=viewthread&tid=13677&highlight=ImageSearch
善用搜索呀
页: [1]
查看完整版本: ImageSearch使用过的来指点下