From: Xiaofan C. <xia...@gm...> - 2016-08-25 12:35:39
|
On Thu, Aug 25, 2016 at 9:45 AM, Chris E <sp...@gm...> wrote: > There's no error message, it just won't connect to the device > when debugging is enabled. I see. I remember people reporting similar problems for libusb Windows but I could not find the link. It may not be specific to VS2015 but other VS versions. You can try the debug version of the library and use DebugView to print the message generated by the library. > Do you have any tips for building from source? I tried this but it > complained about missing headers. Hmm, you should just build the dll and lib and not the driver. Does that work? I do not have VS2015 installed right now. For the driver building, you need to have WDK installed. And I think you can use older version of WDK. -- Xiaofan |