Nickolai Posted January 10, 2020 Share Posted January 10, 2020 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 More sharing options...
markyrocks Posted January 10, 2020 Share Posted January 10, 2020 (edited) 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 January 10, 2020 by markyrocks Nickolai 1 Spoiler "I Believe array math to be potentially fatal, I may be dying from array math poisoning" Link to comment Share on other sites More sharing options...
Nickolai Posted January 10, 2020 Author Share Posted January 10, 2020 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 More sharing options...
markyrocks Posted January 10, 2020 Share Posted January 10, 2020 (edited) 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 January 10, 2020 by markyrocks Spoiler "I Believe array math to be potentially fatal, I may be dying from array math poisoning" Link to comment Share on other sites More sharing options...
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