Jump to content

general question


Recommended Posts

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?

Link to comment
Share on other sites

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 by DarkMatter

[sub]Quantum mechanics: The dreams stuff is made of[/sub]

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...