Luigi Posted September 13, 2015 Posted September 13, 2015 I follow this posts:1) https://www.autoitscript.com/forum/topic/123827-create-basic-dll-file-and-use-it-with-autoit/?page=22) http://www.autoitscript.ro/creare-biblioteci-dll/They work perfect (with numbers and string), but I have a doubt, is possible GET/SET an array as parameter in DllCall?Something like this:Local $aNumber[3] = [ 10, 20, 30] $TRY = DllCall($hDLL, "int*:cdecl", "SetArray", "int*", $aNumber) Visit my repository
Danyfirex Posted September 13, 2015 Posted September 13, 2015 Not as far I know.Simulate an C array instead.Saludos Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut
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