lJoel Posted March 20, 2008 Posted March 20, 2008 Hi I would like to add some special commands to AutoIt. These commands and objects are available via a dll written in C# (managed code). So how to integrate this dll in a script? Is it possible to extend the script commands with some implementations? Regards Joe
Richard Robertson Posted March 20, 2008 Posted March 20, 2008 AutoIt cannot call .Net right now. You can't use managed functions. If you don't mind waiting, I've got a .Net plugin on the backburner for now.
lJoel Posted March 20, 2008 Author Posted March 20, 2008 (edited) Hi Thanks for the quick replay. I would like to add the functionality of WebAii (http://www.artoftest.com/) to Autoit. WebAii is very nice to automate IE or FF. Jepp please send my this plugin . Isn't it possible to write a port dll which routes call to the WebAii net dll? Kind Regards Joe Edited March 20, 2008 by lJoel
Richard Robertson Posted March 20, 2008 Posted March 20, 2008 It's possible to write dlls that call other dlls, yes. You just need to know how. If you write a dll with a native interface with exported functions you can call those in AutoIt using DllCall.
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