Jump to content

Recommended Posts

Posted

Can i include *.h (C++ header files) in my AutoIt app?

And if so, shall i just call them like any other included?

You'll need to translate the header file to AutoIt style language. For example, if the header file includes a #define statement, you'll need to translate that to a Global Const statement in AutoIt. I did a lot of this in Auto3Lib to translate the WinAPI constants.
Auto3Lib: A library of over 1200 functions for AutoIt

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
×
×
  • Create New...