Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: saidus on January 29, 2014, 11:13:40 am

Title: Problem linking a static library in CB
Post by: saidus on January 29, 2014, 11:13:40 am
hello!!
I've compiled libcurl under CB, and I tested it with a sample program.
All works fine when I use the dynamic linking with the dll But nothing works with the static one.
so I wonder how can I link the static one to my project

Thanks
Title: Re: Problem linking a static library in CB
Post by: BlueHazzard on January 29, 2014, 12:32:27 pm


http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F
Title: Re: Problem linking a static library in CB
Post by: saidus on January 31, 2014, 03:31:19 pm
thanks my freind
I've found the answer at : http://stackoverflow.com/questions/6243638/adding-static-libcurl-to-codeblocks-ide/6286504#6286504