-
Hi, header file:
Javacpp generates the following ... Java code:
... and jni....cpp code
Since accessing the member
Is there any idea how to setup the parser to generate the correct code? (What entry in the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Anonymous structs and unions like that are tricky to support, but for that particular case, I was able to hack something in commit 1c72e35. It should work now, so please give it a try with the snapshots: http://bytedeco.org/builds/ |
Beta Was this translation helpful? Give feedback.
Anonymous structs and unions like that are tricky to support, but for that particular case, I was able to hack something in commit 1c72e35.
It should work now, so please give it a try with the snapshots: http://bytedeco.org/builds/