You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My C library is using some packed struct. When I use such structure, everything goes OK in the native library, but when it comes back to the Java world, the content of the struct is false.
I tried to force @struct(pack = 1), but I get Unaligned pointer access exceptions when trying to get some fields.
Is it impossible to use packed struct with BridJ?
Best regards
The text was updated successfully, but these errors were encountered:
Hi,
My C library is using some packed struct. When I use such structure, everything goes OK in the native library, but when it comes back to the Java world, the content of the struct is false.
I tried to force @struct(pack = 1), but I get Unaligned pointer access exceptions when trying to get some fields.
Is it impossible to use packed struct with BridJ?
Best regards
The text was updated successfully, but these errors were encountered: