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
Thanks, about the "if (drivername != null ) { toif ("HIDClass".equals(drivername))" , after a quick glans it looks to me that is already in the code. The first one makes sense of course.
Hi, I do not have github setup... but I had made a few changes on it.
I will attach the source code and compiled purejavahidapi.jar file here ...
purejavahidapi.windows.zip
purejavahidapi\windows\SetupApiLibrary.java
purejavahidapi\windows\WinDef.java
purejavahidapi\windows\WindowsBackend.java
SetupApiLibrary.java and WinDef.java
changes :
Pointer.SIZE
to
com.sun.jna.Native.POINTER_SIZE
WindowsBackend.java
changes :
if (drivername != null ) {
to
if ("HIDClass".equals(drivername)) {
purejavahidapi.zip
The text was updated successfully, but these errors were encountered: