Author Topic: Code::blocks dynamic libraries under linux  (Read 5991 times)

Offline freq

  • Single posting newcomer
  • *
  • Posts: 8
Code::blocks dynamic libraries under linux
« 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?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Code::blocks dynamic libraries under linux
« Reply #1 on: June 12, 2013, 02:43:10 pm »
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!]

Offline freq

  • Single posting newcomer
  • *
  • Posts: 8
Re: Code::blocks dynamic libraries under linux
« Reply #2 on: June 12, 2013, 02:50:19 pm »
And how I can link this library to another project?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Code::blocks dynamic libraries under linux
« Reply #3 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.
(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!]

Offline freq

  • Single posting newcomer
  • *
  • Posts: 8
Re: Code::blocks dynamic libraries under linux
« Reply #4 on: June 12, 2013, 05:12:38 pm »
Which manual?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Code::blocks dynamic libraries under linux
« Reply #5 on: June 12, 2013, 05:18:38 pm »
(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!]

Offline freq

  • Single posting newcomer
  • *
  • Posts: 8
Re: Code::blocks dynamic libraries under linux
« Reply #6 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
(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!]