160024 ... Structure return type on 32 bit crashing again
-
as an example
v=ui.View() vo=ObjCInstance(v) v.frame()
what is strange is that i am pretty sure that i have called other methods which return struct types, and the new auto parsing of struct types seemed to work.
-
You mean
vo.frame()
, right? Looking into it...
-
Ah, I see. I somehow thought
objc_msgSend_stret.restype = None
was a typo, and changed it, but it was actually correct. Will be fixed in the next build.
-
This post is deleted!last edited by