Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: freq on June 12, 2013, 02:02:39 pm

Title: Code::blocks dynamic libraries under linux
Post by: freq on June 12, 2013, 02:02:39 pm
Can I create dynamic libraries with code::blocks for linux?
If yes how can i do this?
How can i use dynamic libraries in othe code::blocks projects?
Title: Re: Code::blocks dynamic libraries under linux
Post by: oBFusCATed on June 12, 2013, 02:43:10 pm
1. file -> new -> project -> shared library
2. the same as with static libs...
Title: Re: Code::blocks dynamic libraries under linux
Post by: freq on June 12, 2013, 02:50:19 pm
And how I can link this library to another project?
Title: Re: Code::blocks dynamic libraries under linux
Post by: oBFusCATed on June 12, 2013, 03:44:24 pm
Please read the manual and if you don't find it there post again.
Also you can inspect the FAQ on the wiki.codeblocks.org.
Title: Re: Code::blocks dynamic libraries under linux
Post by: freq on June 12, 2013, 05:12:38 pm
Which manual?
Title: Re: Code::blocks dynamic libraries under linux
Post by: oBFusCATed on June 12, 2013, 05:18:38 pm
http://www.codeblocks.org/user-manual

or

http://lmgtfy.com/?q=codeblocks+manual

next time please search before asking ....
Title: Re: Code::blocks dynamic libraries under linux
Post by: freq on June 12, 2013, 09:15:46 pm
Thank you very much.
Now i'm trying to create shared library.
And there's no errors, but .so file doesn't creates
Title: Re: Code::blocks dynamic libraries under linux
Post by: oBFusCATed on June 12, 2013, 09:57:36 pm
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F

This is the last link I'm posting... learn to read....