Robert Spanton writes: > On Wed, 2010-05-12 at 14:26 +0200, JMGross wrote: > > P.s.: Is there a windows binary available? The given link only shows > > linux sources. > > You could try building it with mingw. > > Out of curiosity (I have no interest in maintaining some Windows tools), > I tried building it with the mingw32 stuff in Fedora, and was > immediately hit by a lot of complaints about the use of the non-existent > type u_int16_t. > > Daniel, why do you use u_int16_t instead of uint16_t?
Probably just out of habit and an incomplete knowledge of C99 :). I'm going to have a crack at porting this to Windows soon, so that'll get changed. Apparently libusb works with mingw, so unless anybody knows better, I don't think it'll be necessary to use cygwin. - Daniel
