Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Problem of passing a pointer of pointer as function parameter in wax — Gideros Forum

Problem of passing a pointer of pointer as function parameter in wax

bhoubhou Member
edited January 2013 in General questions
I met a problem of passing a pointer of pointer as parameter in wax

for example, this function in Obj-C
(NSString *)fooFromPath:(NSString *)path error:(NSError **)anError
To use this method, I have to create a pointer of the pointer to NSError instance in lua and pass it to the function as the last parameter.

Any one knows how to do it in wax?

Comments

Sign In or Register to comment.