News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Code::blocks dynamic libraries under linux

Started by freq, June 12, 2013, 02:02:39 PM

Previous topic - Next topic

freq

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?

oBFusCATed

1. file -> new -> project -> shared library
2. the same as with static libs...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

freq

And how I can link this library to another project?

oBFusCATed

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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

freq


oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

freq

Thank you very much.
Now i'm trying to create shared library.
And there's no errors, but .so file doesn't creates

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]