malu05 Posted November 7, 2006 Posted November 7, 2006 Can i include *.h (C++ header files) in my AutoIt app? And if so, shall i just call them like any other included? [center][u]WoW Machinima Tool[/u] (Tool for Machinima Artists) [/center]
PaulIA Posted November 7, 2006 Posted November 7, 2006 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
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