Hello,
can somebody help me with ImageSearchDLL to make it work ?
Here is my code :
And the Debug.Print returns a strange output:Code:Private Declare Function ImageSearch Lib "C:\Users\DragosPc\Desktop\sss\ImageSearchDLL.dll" _ (ByVal x1 As Integer, ByVal y1 As Integer, ByVal right As Integer, ByVal bottom As Integer, ByVal findImage As String) As String Private Sub Command1_Click() Dim result As String result = ImageSearch(0, 0, 0, 0, "C:\test.bmp") Debug.Print result End Sub
i search and found this thread but didn't help me0 1|%d|%d|%d|%d à?E´ ä³ ä³ e+000 À~PA €ÿÿGAIsProcessorFeaturePresent KERNEL32 1#QNAN 1#INF 1#IND 1#SNAN H P RSDS!›Î1äÉ÷D‡D4Š*/^ c:\imagesearchdll\release\ImageSearchDLL.pdb `D X} ¥ þÿÿÿ Ôÿÿÿ þÿÿÿ Û% ...
http://www.vbforums.com/showthread.p...ht=imagesearch
You can download the dll from here : http://spacefighters.rr.nu/download/ImageSearchDLL.dll
Any ideea ?





Reply With Quote