Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: giannis on November 02, 2007, 01:07:33 pm

Title: Dynamic library wizard for CB
Post by: giannis on November 02, 2007, 01:07:33 pm
hi all,

I recently wanted to create a dynamic library in Linux using CB.
Unfortunately, there was no such option in the project wizard
of CB. Are there any plans to add it??? 8)

thank you!
giannis

ps. I haven't updated CB for some months - please, inform if
such a project wizard already exists in a newer nightly built.
Title: Re: Dynamic library wizard for CB
Post by: Biplab on November 02, 2007, 05:12:09 pm
I recently wanted to create a dynamic library in Linux using CB.
Unfortunately, there was no such option in the project wizard
of CB. Are there any plans to add it??? 8)

Definitely, we would add it in future. Currently C::B has DLL wizard which is meant only for Windows. :)
Title: Re: Dynamic library wizard for CB
Post by: mandrav on November 02, 2007, 05:22:15 pm
Well, that's because a linux shared library needs nothing special in the code.
Just start a new console project, remove the main() function, change its type to "dynamic library" and that's it.