Guest Rodrigo Posted March 15, 2005 Posted March 15, 2005 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.309What can I do ?THXRodrigo Martins.
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