c - How to add libusb in Micrsoft visual studio 2013 -


i using microsoft visual studio 2013, how can add external library libusb project?

please give me suggestions.

libusb contain lib file, dll file , header file. need include libusb header file in source project. under project settings should go linker section , add lib file linked object. then, ensure dll accessible executable when running or debugging.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -