Re: [Libusbx-devel] Bulk Transfers Causing Crash in Windows

2013-02-05 Thread Tom Navarro
Update: This issue seems to have been caused by the USB Virtualization Connector Driver installed by Windows Virtual PC. After uninstalling the driver and Virtual PC, a quick test with libusbx 1.0.14 shows my program working fine. Tom -

[Libusbx-devel] Bulk Transfers Causing Crash in Windows

2013-02-05 Thread Tom Navarro
Hi all, I'm having an issue sending bulk transfers to my Cypress FX2-based device. I'm running Windows 7 x64 with the following code: int main(int argc, char* argv[]) { libusb_device_handle *bh; unsigned char outBuf[128]; struct timeval tv; struct libusb_transfer* xfr;