Looking for dumbest UDE sample

  • Thread starter Thread starter SCoulibaly
  • Start date Start date
S

SCoulibaly

Guest
I'm in the process of creating a very simple USB virtual device, using UDE. I need no functionnaility for now, the USB enumeration working properly is enough to me for now.

I stumbled upon Microsoft/UDE repository on Github (microsoft/UDE), but this project is pretty old (2016) and I can't get it compile in VS2019 :

Gravité Code Description Projet Fichier Ligne État de la suppression

Avertissement 1324 [Version] section should specify PnpLockdown=1. KMDF Driver2 C:\Users\16000963\Downloads\ude\UDEMbimClient.inf 7
Erreur 1204 Provider cannot be "Microsoft", must be organization who authored INF. KMDF Driver2 C:\Users\16000963\Downloads\ude\UDEMbimClient.inf 11
Erreur 1203 Section [generic_addreg.hw] not found. KMDF Driver2 C:\Users\16000963\Downloads\ude\UDEMbimClient.inf 50
Erreur 1235 String token 'UDEMbimClientSample' not defined in [Strings] section - if intending to use a literal '%' in a string, use '%%' instead. KMDF Driver2 C:\Users\16000963\Downloads\ude\UDEMbimClient.inf 58
Erreur 1235 String token '(null)' not defined in [Strings] section - if intending to use a literal '%' in a string, use '%%' instead. KMDF Driver2 C:\Users\16000963\Downloads\ude\UDEMbimClient.inf 58

I also found xxandy/USB_UDE_Sample, but even though both driver it contains compile and I can deploy the driver to a target PC, they seem not to be installed when checking with driverquery tool, nor in the Device Manager. Besides, this is way to complex for my needs.

I'm currently looking for the dumbest UDE client sample code available, with the Visual Studio solution files.

Is there a recent and simple UDE sample code I could use ? Do you have any simple UDE sample code or pointers to share ?

Thank you !

Continue reading...
 
Back
Top