-
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.
Answered by
saudet
Dec 15, 2021
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.
3 replies
Answer selected by
saudet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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/