Re: [Libusbx-devel] WinCE integration (was: 2 new commits in libusbx)

2013-01-22 Thread Pete Batard
WinCE support is now in mainline. I tested compilation with the SDK_500 (ARM) and VS2008, and everything seems to be OK after simply moving the "wince_usb.h" include after the libusbi.h include in wince_usb.c. Once again, I'll renew my thanks to Tony for his good work and continuing commitment

Re: [Libusbx-devel] WinCE integration (was: 2 new commits in libusbx)

2013-01-22 Thread Xiaofan Chen
On Wed, Jan 23, 2013 at 9:25 AM, Pete Batard wrote: > WinCE support is now in mainline. > > I tested compilation with the SDK_500 (ARM) and VS2008, and everything > seems to be OK after simply moving the "wince_usb.h" include after the > libusbi.h include in wince_usb.c. Great. Is it possible tha

Re: [Libusbx-devel] WinCE integration (was: 2 new commits in libusbx)

2013-01-22 Thread Xiaofan Chen
On Wed, Jan 23, 2013 at 9:25 AM, Pete Batard wrote: > WinCE support is now in mainline. > > I tested compilation with the SDK_500 (ARM) and VS2008, and everything > seems to be OK after simply moving the "wince_usb.h" include after the > libusbi.h include in wince_usb.c. > Needs some support here

Re: [Libusbx-devel] WinCE integration (was: 2 new commits in libusbx)

2013-01-22 Thread Xiaofan Chen
On Wed, Jan 23, 2013 at 3:32 PM, Xiaofan Chen wrote: > On Wed, Jan 23, 2013 at 9:25 AM, Pete Batard wrote: >> WinCE support is now in mainline. >> >> I tested compilation with the SDK_500 (ARM) and VS2008, and everything >> seems to be OK after simply moving the "wince_usb.h" include after the >>