Page 1 of 1
Is it Possible?
Posted: Mon Aug 06, 2012 12:58 pm
by Unc3nZureD
Is that possible to use an AutoIT script as a plugin? Since I don't really know other languages, is there any way to do it?
Re: Is it Possible?
Posted: Tue Aug 07, 2012 8:23 am
by Enigma
It can be possible if AutoIt allows to make .dll files instead of exe.
Does it allow to make dll files?
Re: Is it Possible?
Posted: Tue Aug 07, 2012 2:01 pm
by Unc3nZureD
AutoIt is interpreted language so you can't create DLL from AU3.
This is limitation "by design".
Sadly can't.
Re: Is it Possible?
Posted: Tue Aug 07, 2012 3:10 pm
by Enigma
Just as advice, you can take a freeware FreePascal and compile dll plugins with it. I think there are quite a lot of information of pascal/delphi programming, so it won't be a huge deal for you.