Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Adding libs to project.
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Adding libs to project. (Read 4505 times)
presler
Single posting newcomer
Posts: 2
Adding libs to project.
«
on:
September 04, 2012, 12:10:09 pm »
Is it the only place, where I should add paths to libs for project?
http://imageshack.us/f/27/image000jh.png/
Linker doesn't see functions for import.
Logged
Jenna
Administrator
Lives here!
Posts: 7252
Re: Adding libs to project.
«
Reply #1 on:
September 04, 2012, 12:19:44 pm »
I the linker settings (tab Link libraries) you add the libraries, search paths for compiler
and
linker are set under ... "Search paths".
Logged
presler
Single posting newcomer
Posts: 2
Re: Adding libs to project.
«
Reply #2 on:
September 04, 2012, 12:26:16 pm »
At the tab "Search directories->Linker"? I added path where lib is located too, but nothing works well.
Logged
Jenna
Administrator
Lives here!
Posts: 7252
Re: Adding libs to project.
«
Reply #3 on:
September 04, 2012, 12:53:41 pm »
Switch on full commandline logging (if it is not already) and see what is really sent to the compiler
/linker.
See
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F
how to do this.
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Adding libs to project.