Zedna Posted January 21, 2011 Posted January 21, 2011 $test = DllCall("basicdll.dll", "int:cdecl", "Add", "int", 2, "int", 2) If @error Then MsgBox(0,"",'error') Else MsgBox(0,"",$test[0]) EndIf Resources UDF ResourcesEx UDF AutoIt Forum Search
marko29 Posted January 22, 2011 Author Posted January 22, 2011 Ok, finally i can edit posts(guess i am not super-newb status anymore) so i cleaned things up a bit and modified code to add MessageBox with basic function call.
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