Guest agarde1 Posted February 4, 2005 Posted February 4, 2005 I have been using Autoit for a while. I like that I can make executables. But is it possible to make a DLL instead? I've seen that there is an AutoItX but I don't understand very much what is it about. Thank you, Gardel
Andre Posted February 4, 2005 Posted February 4, 2005 Hi, why u want to create an dll ? Andre What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
bshoenhair Posted February 4, 2005 Posted February 4, 2005 I have been using Autoit for a while. I like that I can make executables. But is it possible to make a DLL instead? I've seen that there is an AutoItX but I don't understand very much what is it about.Thank you,Gardel<{POST_SNAPBACK}>You want to make a DLL but don't know what AutoitX.DLL is ?? Maybe I don't understand you question
Guest agarde1 Posted February 4, 2005 Posted February 4, 2005 You want to make a DLL but don't know what AutoitX.DLL is ?? Maybe I don't understand you question <{POST_SNAPBACK}>From your answer I guess that my question is probably silly. I am sorry. I do not know anything about AutoItX. I discovered AutoIt not long ago. I saw that there is a compiler and I wondered if you can make a DLL instead of an EXE.I looked on the documentation (the Spanish version) and I found no reference to AutoItX. I am a bit confused. Is AutoitX really a part of AutoIt or a different program?Gardel
SlimShady Posted February 4, 2005 Posted February 4, 2005 AutoItX is made for advanced programmers/scripters. AutoIt3 is made for everyone and works everywhere.
sugi Posted February 4, 2005 Posted February 4, 2005 The compiler doesn't translate the script into machine code as it would be neccessary to create DLLs. Basically it only adds a wrapper and the FileInstall()ed files to the AU3 file.
layer Posted February 4, 2005 Posted February 4, 2005 shucks, i thought AutoIt3 was for advanced scripters FootbaG
zcoacoaz Posted February 5, 2005 Posted February 5, 2005 autoit3 secretly rules the earth. it is very advanced our minds just cant use it because it is so extremely advanced (btw you dont need to make a .dll if you just put it in the udf folder and include it at the top of your scripts) [font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]
Beach Posted February 6, 2005 Posted February 6, 2005 Using other compliers, it is possible to create a DLL that makes calles to the AutoITX DLL. I'm just not sure why you would want to do this.
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