Jump to content

Recommended Posts

Posted

I follow this posts:

1) https://www.autoitscript.com/forum/topic/123827-create-basic-dll-file-and-use-it-with-autoit/?page=2

2) 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

Posted

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...