dunk6 Posted October 2, 2009 Posted October 2, 2009 Hi all, can AutoIt run the program with .dll extension? I think my 3rd app using this extension. http://www.autoitscript.com/forum/index.php?showtopic=103265 thanks in advance!
Mison Posted October 2, 2009 Posted October 2, 2009 Why don't you give it a try... Run("xxx.dll") ..and see what will happen Hi ;)
dunk6 Posted October 2, 2009 Author Posted October 2, 2009 Why don't you give it a try... Run("xxx.dll") ..and see what will happen Sorry, nothing happened! i also try to inlcude it path Run ("C:\Program Files\Encryption\xxx.dll")
jvanegmond Posted October 2, 2009 Posted October 2, 2009 (edited) Run("C:\Windows\System32\rundll32.exe yourdllname.dll")http://vlaurie.com/computers2/Articles/rundll32.htmOrhttp://msdn.microsoft.com/en-us/library/ms684175(VS.85).aspx Edited October 2, 2009 by Manadar github.com/jvanegmond
dunk6 Posted October 5, 2009 Author Posted October 5, 2009 (edited) Run("C:\Windows\System32\rundll32.exe yourdllname.dll")http://vlaurie.com/computers2/Articles/rundll32.htmOrhttp://msdn.microsoft.com/en-us/library/ms684175(VS.85).aspxI found this command: dllOpen("filename"). what is this function for? How it works? How to call? can be use in my case or not? When i try, this error appeared:"the application failed to start because cgxapi.dll was not found.Re-installing the application to fix the problem."What is the error means? Edited October 5, 2009 by dunk6
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