2
I have encountered problems in following the Microsoft MSDN tutorial on Winusb. The tutorial is Write a Windows desktop app based on the Winusb template.
Following the instructions, in the step where I need to create a Winusb application the site says that two projects will be created, however, my application just creates a project.
I’m using Microsoft Visual Studio Community 2015 and installed WDK. Note: I am using Windows 10 64 bits.
Below follows part of the tutorial saying that two projects will be created.
Below follows a screenshot of my Solution Explorer:
Could someone help me understand why this is happening and help resolve this issue?
Just a matter of curiosity, what kind of device are you using in this project?
– rubStackOverflow
I’m using a biometric sensor, I need to create an application that performs digital reading through this usb device
– Duds
C++ is a prerequisite or a matter of study, etc?
– rubStackOverflow
It was prerequisite because of the tutorial. My intention is to be able to access the digital data by USB by any language, as long as I can. The manipulation of digital data I intend to use
java
– Duds
The device does not provide any dll/framework/sdk?
– Intruso