I had installed the expat library (last version) but when I try to use it I received an error "undefined reference" to all functions of this library. What I'm missing ?
Regard.
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_(general)#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F
you have to add the libraries to the linker options...
Quote from: BlueHazzard on March 19, 2017, 09:35:09 PM
you have to add the libraries to the linker options...
http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_What_do_I_need_to_know_when_using_3rd_party_libs.3F (http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_What_do_I_need_to_know_when_using_3rd_party_libs.3F)
Tim S.
Hi Tim,
I inserted the folder where are the files in the compiler settings, but this package there's no lib files to insert in the linker settings (at least, I don't found any lib file).
Quote from: shadowlordCefet on March 20, 2017, 07:24:51 PM
Hi Tim,
I inserted the folder where are the files in the compiler settings, but this package there's no lib files to insert in the linker settings (at least, I don't found any lib file).
Then you need to find a website that supports your compiler or the library you are trying to use!
This website only supports the Code::Blocks IDE/Editor and supports no compilers.
This website also does NOT teach programming. As stated in the rules http://forums.next.codeblocks.org/index.php/topic,9996.0.html (http://forums.next.codeblocks.org/index.php/topic,9996.0.html)
Tim S.
Hi all,
I resolve this problem using an older version of the package, not the latest.
Thank you for the helping.