JoGa Posted December 18, 2008 Posted December 18, 2008 Hi folks, a reference to a string is handed over to a plugin like so: au3: Global $ptr = "myString" getText($ptr) In the plungin I try to get the string like so: plugin.c char *p; p = AU3_GetString(&p_AU3_Params[0]): However, I do not get the contens of the string. Using getText("myString") works fine. Any hints?
JoGa Posted December 18, 2008 Author Posted December 18, 2008 Hi folks, a reference to a string is handed over to a plugin like so: au3: Global $ptr = "myString" getText($ptr) In the plungin I try to get the string like so: plugin.c char *p; p = AU3_GetString(&p_AU3_Params[0]): However, I do not get the contens of the string. Using getText("myString") works fine. Any hints? Oo - error, string is an array, please disregard.
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