News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Adding libs to project.

Started by presler, September 04, 2012, 12:10:09 PM

Previous topic - Next topic

presler

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.

Jenna

I the linker settings (tab Link libraries) you add the libraries, search paths for compiler and linker are set under ... "Search paths".

presler

At the tab "Search directories->Linker"? I added path where lib is located too, but nothing works well.

Jenna

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.