[Libusbx-devel] Async I/O on Win XP 32 for dummies (reformatted)

2012-09-14 Thread Bob Lapique
Hi, I implemented the async I/O on Linux without threads, and it is a killer feature over v0.1. Now, I want to port my C++ classes to Windows without threads if possible. But is it possible ? What I did on Windows : --- * installed the WinUSB driver for my device (Microchi

[Libusbx-devel] Async I/O on Win XP 32 for dummies

2012-09-14 Thread Bob Lapique
Hi, I implemented the async I/O on Linux without threads, and it is a killer feature over v0.1. Now, I want to port my C++ classes to Windows without threads if possible. But is it possible ? What I did on Windows : installed the WinUSB driver for my