StandardUser Posted October 9, 2014 Share Posted October 9, 2014 I vaguely remember, there was a method or UDF for calling all AutoIt functions from other programming languages, including default and custom UDFs. Now I can't find it by any means. Initially I thought it was AutoItObject UDF but seems it is not: Q. Does this mean that the objects I create are available from other programs since they're actually COM-objects? No. The objects are created at runtime and for AutoIt's eyes only. So could someone pinpoint it to me or is my memory just a dream of a drunk horse? Link to comment Share on other sites More sharing options...
MikahS Posted October 9, 2014 Share Posted October 9, 2014 Using the AutoItX3.dll in program files -> AutoIt3 -> AutoItX when calling this you will be able to use AutoIt functions. It also has an example folder with a C++ and VBScript examples included. Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ Link to comment Share on other sites More sharing options...
StandardUser Posted October 9, 2014 Author Share Posted October 9, 2014 Using the AutoItX3.dll in program files -> AutoIt3 -> AutoItX when calling this you will be able to use AutoIt functions. It also has an example folder with a C++ and VBScript examples included. there was a method or UDF for calling all AutoIt functions from other programming languages, including default and custom UDFs Link to comment Share on other sites More sharing options...
MikahS Posted October 9, 2014 Share Posted October 9, 2014 Here you go: >link Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ Link to comment Share on other sites More sharing options...
StandardUser Posted October 9, 2014 Author Share Posted October 9, 2014 Here you go: >link Thanks! But still didn't find any use of it, as there is no Call function in COM and Dll interfaces of AutoItX Link to comment Share on other sites More sharing options...
MikahS Posted October 9, 2014 Share Posted October 9, 2014 (edited) First example _CallAny("MsgBox", 0x20, "Hello, World", "LOL") I feel like my understanding was flawed, lol. Edited October 9, 2014 by MikahS Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted October 9, 2014 Share Posted October 9, 2014 I vaguely remember, there was a method or UDF for calling all AutoIt functions from other programming languages, including default and custom UDFs. Now I can't find it by any means. Initially I thought it was >AutoItObject UDF but seems it is not:So could someone pinpoint it to me or is my memory just a dream of a drunk horse? No you are right, but you have to read past that FAQ (it was written when the UDF was originally posted). >Post #202Many more examples in the >Access AutoIt thread mLipok and MikahS 2 .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 Link to comment Share on other sites More sharing options...
StandardUser Posted October 9, 2014 Author Share Posted October 9, 2014 Many more examples in the >Access AutoIt thread Yep, that was the thing I was thinking about. Many thanks! Link to comment Share on other sites More sharing options...
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