Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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.
-
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. :)
-
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.