Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Build configurations

Status
Not open for further replies.

nicgendron

Programmer
May 19, 2004
2
CA
Hi,

I'm working on a project that was created as a library.
I want to add a new build configuration to be able to build my project in a dll. So at the end, I'll be able to build a final .lib or .dll just in changing configuration.

But when I'm creating my new configuration, I'm unable to see the "link" tab in project setting. I'm always seeing the "library" tab.

What can I do?

Thanks a lot.
Nic
 
You first need to change the build from a static-link to dynamic-link library. Do this from the project settings screen, "General" tab. Where it says, "Configuration Type", change it from "Static Library (.lib)" to "Dynamic Library (.dll)". Then the "library" tab should switch to be the "link" tab.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top