SoyArcano Posted August 11, 2017 Posted August 11, 2017 I'm using some win apis. _WinAPI_WriteFile _WinAPI_CloseHandle and show me always the same error. unknow function names. I included the winapi.au3 and still showing me the same error?
Developers Jos Posted August 11, 2017 Developers Posted August 11, 2017 Show the whole code and the exact error. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Trong Posted August 13, 2017 Posted August 13, 2017 (edited) The Function on #include needs to be declared before use, so leave it ( #include <WinAPI.au3> ) on the top of the script! Edited August 13, 2017 by VIP PS: Do not forget to check the WinAPI.au3 file in the Include folder (in the AutoIT installation directory)! If it goes away, reinstall AutoIT! Enjoy my work? Buy me a 🍻 or tip via ❤️ PayPal
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