From: Stuart F. <smf...@nt...> - 2018-08-20 22:21:54
|
Hi, I am trying some of the code from the libusbK examples package. The package has installed OK and I can successfully build the examples with vcpp. However of the two examples I have tried non has detected my test device (USB Compact Camera). Under debug enum_descriptors with pid=32ab and vid=04a9 (recovered from USB\VID_04A9&PID_32AB) has function LstK_Count returning 0. Also hot-plug-monitor using strcpy(hotParams.PatternMatch.DeviceInterfaceGUID, "{EEC5AD98-8080-425f-922A-DABF3DE3F69A}"); (DeviceInterfaceGUID recovered via regedit.) reports nothing when device is inserted/removed. In both cases windows reports the presence/absence of my test device. Any suggestions has to what I may be doing wrong (I have many years c/c++ knowledge in the Linux arena but limited windows/vcpp experience). Thanks |