Jump to content

"Include" files?


Recommended Posts

I've downloaded some very interesting UDFs that deal with subjects I want to work with but ... a lot of these call for "Include" files that are NOT part of the AutoIt \Include Folder'? Some of the UDFs in question deal with SQL Data and DLL calls.

Can someone tell me how to find the necessary 'Include' files?

Thanks :">

Link to comment
Share on other sites

By default, AutoIt searches the script's current directory (what dir it is in) and the Include directory in the AutoIt program files dir. You can also do relative paths with ..\includeme.au3.

If you downloaded UDFs from this site, you may want to check the forum threads again, as a few UDFs require another include file to run correctly, which should be listed in that thread as well.

Writing AutoIt scripts since

_DateAdd("d", -2, _NowCalcDate())
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...