Jump to content

Recommended Posts

Posted

Is there any way to translaet AutoIt to C++ ? I've red that AutoIt is built upon c++ and always translated to c++ file and then gets compiled. Is that true?

  • Moderators
Posted

exmonk,

No, AutoIt is not really "compiled" in the normal sense. In simple terms all that happens is that a tokenised version of your script is attached to a runtime interpreter - AutoItSC.bin - and relabeled as an .exe file. :D

It is this interpreter which is written in C++ - your AutoIt scripts are not converted into that language, merely parsed by the interpreter at runtime. :oops:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

  • Moderators
Posted

exmonk,

I believe that some of AutoIt will run under WINE, but several of the major elements will not. :D

By the way, please do NOT suggest that AutoIt be modified to work better under WINE - I suggest that asking the WINE developers to make it closer to the Windows API would be a more productive way to use up what time you have! :oops:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

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
  • Recently Browsing   0 members

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