Programming Tips - Fix this error that JNA gives: Structure.getFieldOrder() on class Something returns names ([field1, field2, ...]) which do not match declared field names ([])
Date: 2015jul24
Language: Java
Q. Fix this error that JNA gives: Structure.getFieldOrder() on class Something returns names ([field1, field2, ...]) which do not match declared field names ([])
A. You need to make your fields public