User forums > Using Code::Blocks
Dynamic library wizard for CB
(1/1)
giannis:
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.
Biplab:
--- Quote from: giannis on November 02, 2007, 01:07:33 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)
--- End quote ---
Definitely, we would add it in future. Currently C::B has DLL wizard which is meant only for Windows. :)
mandrav:
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.
Navigation
[0] Message Index
Go to full version