I'm curious what's new/different with the recent 1.1 release.
Also, will there be a dll for 32 bit machines? If not, to support both do I need to keep track of which LibusbJava.jar file goes with which DLL or can I use the new (or old) jar with both the new and old DLL files?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The 1.1 release is a complete rewrite for the libusb 1.0. Further details will be given soon on http://libusb-java.ch/. We work on it.
To build for 32 bit machine you have to build both (the dll as well as the LibusbJava.jar). You cannot use the old jar-file together with the new dll and vice versa.
In order to build for 32 bit you have to configure the cmake accordingly.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm curious what's new/different with the recent 1.1 release.
Also, will there be a dll for 32 bit machines? If not, to support both do I need to keep track of which LibusbJava.jar file goes with which DLL or can I use the new (or old) jar with both the new and old DLL files?
The 1.1 release is a complete rewrite for the libusb 1.0. Further details will be given soon on http://libusb-java.ch/. We work on it.
To build for 32 bit machine you have to build both (the dll as well as the LibusbJava.jar). You cannot use the old jar-file together with the new dll and vice versa.
In order to build for 32 bit you have to configure the cmake accordingly.