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:

enter image description here

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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -