c++ - UMDF, cannot specify [ClassInstall32] section for Microsoft-defined class -
i'm working next tutorial: how write first usb client driver.
and i've got problem compiling project, i've got next error:
i trying steps closely description in tutorial, got error above, when compiling project.
also, i've tried search, didn't find useful information.
possible additional info, might give me piece of advice:
- inf-file: http://pastebin.com/71d6bbqm
- using windows 10, latest wdk , vs2015
- have started
usb user-mode driver
template mentioned in tutorial
basically, error saying you're trying create class exist, usbdevice class. since you're trying create new usb client driver, can go ahead , delete class definition section.
however, if trying create new class, make sure class name , guid don't exist in list: system-defined device setup classes available vendors.
if want learn more inf files, check out article: inf files bears of little brain.
Comments
Post a Comment