From: Xiaofan C. <xia...@gm...> - 2013-06-13 09:11:30
|
On Tue, Jun 11, 2013 at 1:16 AM, <ka...@po...> wrote: > > Hi ! could anyone help me with a configuration of libusb > in De-C++ Windows XP pro. What os De-C++? Is it Dev-C++ which is based on MinGW GCC? > I'm interested in which libraries should be attached and > every paths to includes and the rest of things. If it is based on MinGW GCC, make sure libusb-1.0.h is included for header file and libusb.a (32bit MinGW) is included for the library. One more thing, you should use libusbx Windows binary for Windows. http://sourceforge.net/projects/libusbx/files/releases/1.0.15/binaries/ -- Xiaofan |