Code::Blocks Forums

User forums => Help => Topic started by: hongxing on April 23, 2007, 03:18:40 pm

Title: How to create a shared object project, Is there such a create wizard ?
Post by: hongxing on April 23, 2007, 03:18:40 pm
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!
Title: Re: How to create a shared object project, Is there such a create wizard ?
Post by: mandrav on April 23, 2007, 03:28:24 pm
Create a static library project and change its target type to "dynamic library" (Project->Properties->Targets).