News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Dynamic library wizard for CB

Started by giannis, November 02, 2007, 01:07:33 PM

Previous topic - Next topic

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)

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.

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.
Be patient!
This bug will be fixed soon...