News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Code Blocks & libusb*

Started by Codefreak, October 24, 2017, 11:34:20 AM

Previous topic - Next topic

Codefreak

Dear friends
Hope everything is going well.
I'm beginner in coding. I'v been recently working on a project that transmits data trough USB.
I should use libusb (libusb.info). I don't know which downloaded files of "libusb-1.0.21.tar" should be added to the project and how should I include them to my main code.
It would be greatly appreciated if you could help me.

stahta01

#1
http://forums.next.codeblocks.org/index.php/topic,9996.0.html

Edit: I suggest you find a website that supports your Compiler.
And, read the CB Wiki page and try to post a CB Question.

http://wiki.codeblocks.org/index.php/User_documentation

Edit2: http://wiki.codeblocks.org/index.php/Creating_a_new_project#Adding_a_pre-existing_file

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

sodev

None. You either use a precompiled library or build it with the build system the library uses which is not CodeBlocks. And then you add the build library as a library to your CodeBlocks project.