trung0407 Posted April 24, 2008 Posted April 24, 2008 Hi. Can someone answer me to 2 questions? 1. What's the difference between AutoitX and Autoit3? And what's the advantage, disadvantage? 2. Can i create a dll library so other programming language can use my function with Autoit? If yes, how?
DarkMatter Posted April 24, 2008 Posted April 24, 2008 (edited) Hi.Can someone answer me to 2 questions?1. What's the difference between AutoitX and Autoit3? And what's the advantage, disadvantage?2. Can i create a dll library so other programming language can use my function with Autoit? If yes, how?To answer Question one. AutoITX is a COM/ActiveX control so you can use AutoIT functions within other programming languages (.NET, C++, etc.)To answer Question two: If I understand you correctly you just want to make a DLL for another AutoIT script to call on. There is no way to compile your script as a DLL. You could use C++ to make the DLL, OR you could simply just make a UDF that you could use by using the #include function with-in autoit. Edited April 24, 2008 by DarkMatter [sub]Quantum mechanics: The dreams stuff is made of[/sub]
trung0407 Posted April 24, 2008 Author Posted April 24, 2008 Thx for the answers. There is also an AutoitDLL. What is it for?
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