---------
Searching in the web I found this lib at
http://libusb.info/ I guess this is the code on hbusb wrapper is based.
Downloading libusb-1.0.20.7z I found the file libusb.h
Then I compile with this file and the binaries in the
package: \libusb-1.0.20.7z\MinGW32\static\
but I'm getting these error messages:
/libusb10.a(libusb_1_0_la-core.o):core.c:(.text+0xd3): undefined reference to `__ms_vsnprintf'
/libusb10.a(libusb_1_0_la-core.o):core.c:(.text+0x5a5): undefined reference to `__ms_vsnprintf'
If someone can give an idea how to solve it would be appreciate.
Carlos