From: Stuart F. <smf...@nt...> - 2018-08-21 07:44:24
|
On 21/08/18 00:17, Chris E wrote: > Have you used inf wizard to generate a driver for your Camera device? > Have you used Zadig to ensure that the device is using the LibusbK driver? > > Welcome to Windows. > > On Tue, 21 Aug 2018 at 08:22, Stuart Foster via Libusb-win32-devel > <lib...@li... > <mailto:lib...@li...>> wrote: > > 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 > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Libusb-win32-devel mailing list > Lib...@li... > <mailto:Lib...@li...> > https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel > Thanks for the heads up Chris both my test programs are now working. |