autoitNOW Posted July 19, 2004 Posted July 19, 2004 Can AutoIt use/"call" other DLLs??? If so, than could someone give or point me to examples. An ADVOCATE for AutoIT
Administrators Jon Posted July 19, 2004 Administrators Posted July 19, 2004 Can AutoIt use/"call" other DLLs??? If so, than could someone give or point me to examples.Not yet. Planned though. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
autoitNOW Posted July 22, 2004 Author Posted July 22, 2004 (edited) I'm glad. Once AutoIt is doing DLLs and ActiveX it will be " supreme king of the hill" in my book. The way AutoIt combines usefulness, simplicity, & logic makes it tops as a developing program language. Huh... I know you are very busy, so forgive me for asking, but is there a time frame??? I'm not pushing and whenever it is implemented, I will love it. I'm just curious, love the program, and want to "mark" my calender. Edited July 22, 2004 by autoitNOW An ADVOCATE for AutoIT
Davman Posted July 22, 2004 Posted July 22, 2004 W00h00... Dll's dll's... now what can dll's do? No, actually, looking forward to this... there is a mIRC dll that tells you how much bandwidth your using, plus the infamous moo.dll for system info... it'd be pretty sweet to make a monitoring app in autoit. Sitting comfortably behind the code.
Valik Posted July 22, 2004 Posted July 22, 2004 (edited) Things get done mostly for 3 reasons:1) Multiple people whine and bitch until it's done (The decompiler, mostly).2) One of the developers, or a new developer needs the functionality and writes/submits it (The most popular method for getting something done....).3) One of the developers decides to stop being lazy (Yeah, right.).Edit: Note that in most cases, in order to fullfil #2, #3 must also be fullfilled. Edited July 22, 2004 by Valik
Nutster Posted July 22, 2004 Posted July 22, 2004 An alternate to point 3, A developer finds he/she has enough time to actually do something, other than work. David NuttallNuttall Computer Consulting An Aquarius born during the Age of Aquarius AutoIt allows me to re-invent the wheel so much faster. I'm off to write a wizard, a wonderful wizard of odd...
autoitNOW Posted July 22, 2004 Author Posted July 22, 2004 Hey guys, whenever it happens I will be happy. An ADVOCATE for AutoIT
this-is-me Posted July 22, 2004 Posted July 22, 2004 (edited) whine... Me want too... I would love to see au3 have this ability. Edited July 22, 2004 by this-is-me Who else would I be?
Triton Posted July 22, 2004 Posted July 22, 2004 Alright folks lets all whine and bitch together! Triton
ezzetabi Posted July 23, 2004 Posted July 23, 2004 I have a question... Forgive if it is stupid... What exatly will happen when the great Jon will had this func to Autoit? People will can create .dlls and putting them in the script folder will can use new func? So we'll maybe see some Hex editing/reading related .dll, memory reading/writing .dll and such?
JerryD Posted July 24, 2004 Posted July 24, 2004 There is some documentation for running certain DLL's (and control panel items) by using RUNDLL32.EXE at the Dx21 RunDLL32 Reference site.I don't know there's a utility that can tell you what commands are available in a DLL or what paramaters it will need, but someone with a little more programming experience might be able to extend this further to more standard Windows API's and the DLL's they use.Jerry
john925 Posted July 24, 2004 Posted July 24, 2004 Just want to add my voice to the chorus. This would be great! john925
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