banjo Posted May 27, 2007 Posted May 27, 2007 This is probably a rather stupid question, and I believe the answer is yes, but wanted to get confirmation. I completed an application utilizing the autoitx dll in VB.net. My question is simply this, must the host user have AutoIt installed o n their system for successful execution of the program or is there a way to embed the dll in my program to alleviate the need for an install of AutoIt? Thanks!
Developers Jos Posted May 27, 2007 Developers Posted May 27, 2007 They will require AutoItx.dll on their PC to allow your program to run. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
banjo Posted May 27, 2007 Author Posted May 27, 2007 They will require AutoItx.dll on their PC to allow your program to run.Does it suffice to copy the .dll to the appropriate directory and register it myself? Or is this poor practice. I had great success in utilizing AutoIt's functionality but I'm admittedly low on knowledge when it comes to DLL usage.
Richard Robertson Posted May 28, 2007 Posted May 28, 2007 You only need to register the dll if you use it as ActiveX. If you are calling flat dll functions, no registration is needed. The dll works alone. You don't need the full installation.
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