I want to create a shared object project, but in the "New from template" dialog, there is only Static library
template, no Shared object.
Can anyone give me an example or show me how ?
thanks in advance!
Create a static library project and change its target type to "dynamic library" (Project->Properties->Targets).