Details
-
Bug
-
Resolution: Incomplete
-
P3: Somewhat important
-
1.2.x
Description
When a struct contains a void * field, the generated wrapper code doesn't compile. This used to work before the revised converter support landed in Dec. Note that I don't care about actually accessing or setting the void * field; I'm only interested in accessing other fields in the struct.
Attached diff adds a simple struct to the sample tests. Compilation fails when this is included.