Jump to content

how to call on a .DLL file that i downloaded?


 Share

Recommended Posts

i can't find out how to call upon the .DLL file that is in the library i'm using ImageSearch.au3 and i have saved my new script in to the folder and tried #include <ImageSearch.au3> and nothing pops up for it to be called on, i've also tried adding it to the autoit .DLL file section. does anybody have experience in this?

Link to comment
Share on other sites

thats all you have to do now all you have to do is call functions from the script and add in the required parameters... files that end in .au3 aren't dlls.  dll file ends in .dll.  Sry duh, put the imagesearch.au3 in the include file in your autoit directory.

Edited by markyrocks
Link to comment
Share on other sites

3 minutes ago, markyrocks said:

thats all you have to do now all you have to do is call functions from the script and add in the required variables... files that end in .au3 aren't dlls.  dll file ends in .dll.  Sry duh, put the imagesearch.au3 in the include file in your autoit directory.

I didn't say the .au3 was a dll file , but i figured it out thanks anyways.

Link to comment
Share on other sites

2 minutes ago, Nickolai said:

I didn't say the .au3 was a dll file , but i figured it out thanks anyways.

clearly something was lost in the translation. But good to hear.  You only mentioned one file so I naturally assumed that was the main focus of your previous statement.

Edited by markyrocks
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...