Re: [javax-usb-devel] javax-usb on Windows

2009-09-29 Thread Dan Streetman
On Tue, Sep 29, 2009 at 3:19 AM, Andre Juffer wrote: > > Dan Streetman wrote: >> >> I did not write the libusb implementation (which I think is the imp you are >> trying).  I am not sure if the libusb imp author is still on this list... > > That's right. The errors related to these 'void CALLBACK

Re: [javax-usb-devel] error with JavaxUsb

2009-09-29 Thread Dan Streetman
Since you updated the JNI native library you have to update the Java code as well. On Tue, Sep 29, 2009 at 5:03 AM, NGUYEN Cong Kinh wrote: > Hello Dan, > > I am using Java 6 et eclipse Galileo 3.5. I have changed the libJavaxUsb.so > library to the 1.0.1 version. The program can find the usb de

Re: [javax-usb-devel] error with JavaxUsb

2009-09-29 Thread NGUYEN Cong Kinh
Hello Dan, I am using Java 6 et eclipse Galileo 3.5. I have changed the libJavaxUsb.so library to the 1.0.1 version. The program can find the usb devices. Now I execute some code, I see the error below: [default](0) JavaxUsbChecks.h.debug_exception[75] !! JNI Exception : file (JavaxUsbPipeRequ

Re: [javax-usb-devel] javax-usb on Windows

2009-09-29 Thread Andre Juffer
Dan Streetman wrote: > I did not write the libusb implementation (which I think is the imp > you are trying). I am not sure if the libusb imp author is still on > this list... That's right. The errors related to these 'void CALLBACK(...)' methods are all in usb.h. The other errors are in *.c f