jedliu 0 Posted January 21, 2009 Share Posted January 21, 2009 Hi , ALL I deveop the program in some other program languages. Is it possible to write AutoIt script as a DLL, and to be called by our application? How many functions can be used in the DLL like AutoIt script? Hope anyone can help me. Thanks! Link to post Share on other sites
NerdFencer 2 Posted January 21, 2009 Share Posted January 21, 2009 No, you cannot write an AutoIt program as a dll, but if you really need to call something from AutoIt, you can make a program with it that accepts command line arguments. _________[u]UDFs[/u]_________-Mouse UDF-Math UDF-Misc Constants-Uninstaller Shell Link to post Share on other sites
azure 0 Posted January 21, 2009 Share Posted January 21, 2009 No, you cannot write an AutoIt program as a dll, but if you really need to call something from AutoIt, you can make a program with it that accepts command line arguments.or use AutoItX. Link to post Share on other sites
jedliu 0 Posted January 22, 2009 Author Share Posted January 22, 2009 @ NerdFencer @ azure Thx, seems I have to think another way apply AutoIt into our application. Thx to your guys Link to post Share on other sites
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