Jump to content

Are there any disadvantages of using AutoItX instead of AutoIt script?


jackhab
 Share

Go to solution Solved by Jos,

Recommended Posts

I'm asking because of this remark in the AutoItX help:

Quote

AutoItX is a DLL version of AutoIt v3 that provides a subset of the features of AutoIt via an ActiveX/COM and DLL interface.

What is this subset exactly - are there any AutoIt features that will not be available if I use C#+AutoItX instead of AutoIt scripting?

 

Link to comment
Share on other sites

  • Developers
11 minutes ago, jackhab said:

are there any AutoIt features that will not be available if I use C#+AutoItX instead of AutoIt scripting?

Yes...   Just check out the Helpfile AutoItX.chm for the available commands in the AutoItX version.

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.
  :)

Link to comment
Share on other sites

41 minutes ago, Jos said:

Yes...   Just check out the Helpfile AutoItX.chm for the available commands in the AutoItX version.

So let's say I can build a GUI using VS C# tools and I don't need user functions like _ArrayReverse since, well C#... Are there any important AutoIt functionality that will be missing in AutoItX?

Link to comment
Share on other sites

  • Developers
  • Solution
1 minute ago, jackhab said:

_ArrayReverse

These aren't AutoIt3 Functions but rather UDF (User Defined Functions), which are simply scripts and obviously will never work in AutoItX.

You need to define Important for yourself, so as indicated, have a look at the Helpfile and see if that subset of functions is what you are looking for, but they are mainly the functions that are used to automate processes being:

  • Window handling
  • Control handling
  • Process handling
  • Sending keyboard keys

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.
  :)

Link to comment
Share on other sites

2 hours ago, Jos said:

These aren't AutoIt3 Functions but rather UDF (User Defined Functions), which are simply scripts and obviously will never work in AutoItX.

You need to define Important for yourself, so as indicated, have a look at the Helpfile and see if that subset of functions is what you are looking for, but they are mainly the functions that are used to automate processes being:

  • Window handling
  • Control handling
  • Process handling
  • Sending keyboard keys

Thanks! I think having access to all automation functionality combined with C# and ability to use VS debugger will make the AU development much easier than writing AU scripts.

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...