JoGa Posted October 21, 2010 Posted October 21, 2010 Hi, I hand over data from scripts to an au3_plugin and vice versa. Works finde, char, int and handles are no problem and receiving arrays in the plugin is done using DllStruc in the script (thanks danielkza). However, I did not find out how to return an array to the script. I assume that there might be another structure aside AU3_PLUGIN_VAR to return a pointer to an array. Any hints would be very much appreciated. Jo
JoGa Posted October 21, 2010 Author Posted October 21, 2010 Currently I transform arrays to strings and vice versa. Works, but not an elegant solution, I'd rather would have done all the work in the plugin.
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