Gary Rowe
Gary Rowe
Quick update: I've released hid4java version 0.6.0 to Maven Central which has several improvements to JNA and `hidapi`. In the examples code I've added an architecture detection logging message which...
Thanks for running the tests, Tres. That output clearly shows that JNA doesn't have a compiled DLL for the win32-aarch64 system. Still, that does back up my `linux-aarch64` theory so...
Awaiting JNA update: [JNA #1238](https://github.com/java-native-access/jna/pull/1238) so that `win32-aarch64` is supported.
I've created a branch `issue-93` to cover the work for supporting `win32-aarch64`. My strategy is as follows: 1. Rely on @tresf to build a local version of JNA using their...
Good news! I've managed to compile a `win32-aarch64` DLL using Dockcross on my OSX (`darwin-aarch64`) machine. This uses the latest JNA release (`5.12.1`) and `hidapi` source code. As a bonus...
Thanks @tresf . You can find the latest binaries in the develop branch. I’ll use that one for all fixes.
That's great news, @tresf - thank you for looking at this. I'll continue adding code to the `develop` branch, but if you find any problems please report them here so...
Support for `linux-aarch64` is in develop so I'll close this for now.
Thanks for looking at it, and I'm glad it worked - I'll update the project info to that effect. It is only a rough hack that I knocked together as...
Accepted. This is a good idea for large projects with many dependencies.