News:

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

Main Menu

using libraries

Started by skraps, February 01, 2009, 03:01:10 AM

Previous topic - Next topic

skraps

 :x :x :x  How do I use external libraries with code blocks for win32 development. Iv tried messing with the linker options and include paths but still get errors that files are not found when building

stahta01

#1
Quote from: skraps on February 01, 2009, 03:01:10 AM
:x :x :x  How do I use external libraries with code blocks for win32 development. Iv tried messing with the linker options and include paths but still get errors that files are not found when building

THIS FORUM/WEBSITE is NOT for learning how to program. If you do not know how to program find another forum that supports beginners using compilers to program C/C++.
Could try http://cboard.cprogramming.com/index.php for beginner help.


If you are not a beginner programmer. Turn on full Compiler logging and paste the results into this thread after doing a full rebuild.

http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F

STATE the Operating System name and Version
STATE the Compiler name and version


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]