Reputation: 1
I am working on a project in Microsoft Visual C++. I want to add the USB
device driver library which is a C
library.
Do I need to build some extra library to add this USB
library?
Upvotes: 0
Views: 310
Reputation: 10381
Go to the project menu, then properties, configuration properties tab
Compile you program, and if necessary, copy any .dlls you will need to the directory containing the .exe
Upvotes: 1