Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Code::blocks dynamic libraries under linux
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Code::blocks dynamic libraries under linux (Read 7342 times)
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?
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
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...
Logged
(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
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?
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
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.
Logged
(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
Single posting newcomer
Posts: 8
Re: Code::blocks dynamic libraries under linux
«
Reply #4 on:
June 12, 2013, 05:12:38 pm »
Which manual?
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
Re: Code::blocks dynamic libraries under linux
«
Reply #5 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 ....
Logged
(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
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
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
Re: Code::blocks dynamic libraries under linux
«
Reply #7 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....
Logged
(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!]
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Code::blocks dynamic libraries under linux