Jump to content

Dll Use


Guest Rodrigo
 Share

Recommended Posts

Guest Rodrigo

Hello to all,

I used this exmple:

$dll = DllOpen("USER32.dll")

$result = DllCall("user32.dll", "int", "MessageBox", "hwnd", 0, "str", "Some text", "str", "Some title", "int", 0)

DllClose($dll)

But its not work, the error was:

>"C:\Arquivos de programas\AutoIt3\autoit3.exe" /ErrorStdOut "C:\Documents and Settings\martinr\Desktop\teste\teste.au3"

C:\Documents and Settings\martinr\Desktop\teste\teste.au3 (6) : ==> Unknown function name.:

$dll = DllOpen("USER32.dll")

$dll = ^ ERROR

>Exit code: 1 Time: 0.309

What can I do ?

THX

Rodrigo Martins.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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