Re: [Libusbx-devel] [libusbx] Windows: hotplug/unplug support (#9)

2013-10-09 Thread litghost
It free, http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-products --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusbx/issues/9#issuecomment-25968972-- October

Re: [Libusbx-devel] [libusbx] Windows: hotplug/unplug support (#9)

2013-10-08 Thread litghost
The VS2012 projects still use UNICODE, so some structs are the wide-char versions. Update the VS projects to use mutlibyte-char? For example, DEV_BROADCAST_DEVICEINTERFACE is DEV_BROADCAST_DEVICEINTERFACEW when UNICODE is set, and DEV_BROADCAST_DEVICEINTERFACE_A when it is not. --- Reply to t

Re: [Libusbx-devel] [libusbx] Windows: hotplug/unplug support (#9)

2013-09-22 Thread litghost
I've tested tested the hotplug on USB 3.0 with a Windows Intel XCHI controller, and it appears to work. I built with VS 2012, and was required to make some assorted fixes to get it to build https://github.com/manuelnaranjo/libusbx/pull/1 . --- Reply to this email directly or view it on GitHub: