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
I tried 3.5.0 jna with the latest platform jar and now win32 ShellAPI FileOp stuff is broken. Maybe the platform stuff hasn't been updated for 3.5.0. Latest platform jar with JNA 3.4.1 works perfectly fine. Anyway, not much of an issue for me that way, just a heads up. ;)
Stacktrace:
"Caused by: java.lang.AbstractMethodError: com.sun.jna.Structure.getFieldOrder()Ljava/util/List;
at com.sun.jna.Structure.fieldOrder(Structure.java:831)
at com.sun.jna.Structure.getFields(Structure.java:857)
at com.sun.jna.Structure.deriveLayout(Structure.java:983)
at com.sun.jna.Structure.calculateSize(Structure.java:908)
at com.sun.jna.Structure.calculateSize(Structure.java:896)
at com.sun.jna.Structure.allocateMemory(Structure.java:357)
at com.sun.jna.Structure.<init>(Structure.java:191)
at com.sun.jna.Structure.<init>(Structure.java:180)
at com.sun.jna.Structure.<init>(Structure.java:167)
at com.sun.jna.Structure.<init>(Structure.java:159)
at com.sun.jna.platform.win32.ShellAPI$SHFILEOPSTRUCT.<init>(ShellAPI.java:62)
The text was updated successfully, but these errors were encountered:
Hi,
I tried 3.5.0 jna with the latest platform jar and now win32 ShellAPI FileOp stuff is broken. Maybe the platform stuff hasn't been updated for 3.5.0. Latest platform jar with JNA 3.4.1 works perfectly fine. Anyway, not much of an issue for me that way, just a heads up. ;)
Stacktrace:
The text was updated successfully, but these errors were encountered: