Jump to content

AutoIt3


Recommended Posts

Im sure this question has been asked before, and I know im probably asking a bit too much from AutoIt. But is autoIt just run as scripting code or is it converted to machine code then compiled?

Like for example the functions aren't stdcall or cdecl functions and you cant get the address of these functions correct?

Link to comment
Share on other sites

Im sure this question has been asked before, and I know im probably asking a bit too much from AutoIt. But is autoIt just run as scripting code or is it converted to machine code then compiled?

Like for example the functions aren't stdcall or cdecl functions and you cant get the address of these functions correct?

Autoit is interpreted language. Compile precess means it creates "copy of Autoit3.exe" and adds encrypted your script to it which is at runtime executed.

With Autoit you can't make DLL files so address of functions has no meaning in this case.

Link to comment
Share on other sites

AutoIt is an Interpreter language. Although the syntax is totally different, the idea is much more like Perl that C. And like Perl, AutoIt can do calls to a COM object or a DLL. If that description doesn't cut it, peruse the Developer Chat part of the forum.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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...