trung0407 Posted April 17, 2008 Posted April 17, 2008 Hi. Can someone tell me how to create a DLL file using Autoit3? Thx in advance.
AdmiralAlkex Posted April 17, 2008 Posted April 17, 2008 First of all you are posting in the wrong forum, second of all it's NOT possible to create a DLL because AutoIt isn't a programming language, it's a scripting language. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Zedna Posted April 17, 2008 Posted April 17, 2008 First of all you are posting in the wrong forum, second of all it's NOT possible to create a DLL because AutoIt isn't a programming language, it's a scripting language.You are right that it's not possible but your explanation why is not true.AutoIt hasn't got native compiler, it produces only interpreted code --> that's base of problem. Resources UDF ResourcesEx UDF AutoIt Forum Search
GoogleDude Posted April 18, 2008 Posted April 18, 2008 (edited) Just a thought, Kinda like an Include but maybe just simply rename your uncompiled script with your library of functions to myfunctions.dll and referenace that file in your main script. I tend to sometimes make $hit up as I go, so take it with a grain asalt! If what I say makes no sense then ignore it as other im sure do! However I do recall seeing a post somewhere titled something like "AutoIt as a DLL" or something like that. Edited April 18, 2008 by GoogleDude
Zedna Posted April 18, 2008 Posted April 18, 2008 However I do recall seeing a post somewhere titled something like "AutoIt as a DLL" or something like that.Here are some links:http://www.autoitscript.com/forum/index.ph...st&p=442551http://www.autoitscript.com/forum/index.ph...st&p=431926http://www.autoitscript.com/forum/index.ph...st&p=249258 Resources UDF ResourcesEx UDF AutoIt Forum Search
James Posted April 18, 2008 Posted April 18, 2008 A UDF like GuiConstants.au3? Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
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