Jump to content

Recommended Posts

Posted

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!

Posted

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")
Posted (edited)

Run("C:\Windows\System32\rundll32.exe yourdllname.dll")

http://vlaurie.com/computers2/Articles/rundll32.htm

Or

http://msdn.microsoft.com/en-us/library/ms684175(VS.85).aspx

I 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 by dunk6

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...