www378660084 发表于 2011-4-4 14:44:24

au3可以生成dll么

我想用au3直接生成dll,导出函数,供别的程序调用,不知道能不能行啊。

annybaby 发表于 2011-4-4 15:47:30

估计不行,可以做成UDF,供其它AU3程序使用~~

kadingxiaodi 发表于 2011-4-4 21:37:16

没试过,估计不可以

zitoy 发表于 2011-4-4 23:01:31

这不可能吧。

netegg 发表于 2011-4-5 15:47:28

哪个脚本语言可以直接生成编译型资源?

tpj633 发表于 2011-4-7 10:59:19

不可以编译成DLL 但是可以直接调用AutoitX 只是里面只有autoit的一些基础函数,自定义函数这些就要靠自己写了

happytc 发表于 2011-4-9 01:15:13

哪个脚本语言可以直接生成编译型资源?
netegg 发表于 2011-4-5 15:47 http://www.autoitx.com/images/common/back.gif

    rPython可以的

netegg 发表于 2011-4-9 06:31:38

python是混合型的,不是纯解释性语言,你倒没说java

ayumi502 发表于 2011-4-10 23:37:41

是不能的~~~

netegg 发表于 2011-4-11 00:47:50

回复 9# ayumi502
这话又绝对了,不是不行,是注册不了
写个可执行文件而已,直接用16进制代码内存加载可以实现

redapple2008 发表于 2011-4-11 10:27:59

好像有人写成功过。你自己搜一下了。

nxbigdaddy 发表于 2011-4-11 19:15:36

帮你顶起来吧,我也想问的

vagrom 发表于 2011-4-13 17:16:29

如果这个可以,那功能就强大了。

xiehuahere 发表于 2011-5-10 13:16:01

我也想知道!AutoItX里带的函数真的太少了,不够用啊不够用。有木有!有木有!!

WSC向导程序:windows script component wizard
可以生成wsc脚本部件,注册后就可以用里面的方法了。至少支持VBScript和JScript。
http://blog.csdn.net/zzxxbb112/archive/2009/09/16/4558540.aspx
http://blog.csdn.net/zzxxbb112/archive/2009/09/17/4564098.aspx

xiehuahere 发表于 2011-5-10 15:22:16

本帖最后由 xiehuahere 于 2011-5-10 15:44 编辑

http://www.autoitscript.com/forum/topic/82978-make-dll-in-autoit/page__p__593838#entry593838
It's not possible to compile AU3 to DLL because AutoIt is interpreted language.
Use C++/Delphi/FreeBasic/FreePascal/... for making DLL files.

AutoIt DLL (create Fake DLLs with AutoIt and execute them)
http://www.autoit.ws/viewtopic.php?f=18&t=68&p=87&hilit=AutoIt+DLL+create+Fake+DLLs&sid=ae8742b2fac68ddc472f069c8c48de43#p87
页: [1]
查看完整版本: au3可以生成dll么