Author Topic: Dynamic library wizard for CB  (Read 3873 times)

Offline giannis

  • Multiple posting newcomer
  • *
  • Posts: 13
Dynamic library wizard for CB
« 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.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Dynamic library wizard for CB
« Reply #1 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. :)
Be a part of the solution, not a part of the problem.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Dynamic library wizard for CB
« Reply #2 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.
Be patient!
This bug will be fixed soon...