c++ - Compile project with static and dynamic linked libs -


i'm happy dynamic linking while creating small c++ windows applications. need add third part library. have both dll , lib file. prefer not copy third party dll each time install application. can somehow link newly provided library statically while keeping whole project dynamically linked? in microsoft visual studio ide found 1 place can choose static/dynamic linking, in properties->configuration properties->code generation->runtime library. suppose selection whole project , need link libs statically , of them dynamically.

update

in general need link libs dynamically , others statically in same project. provided link tells static or dynamic linking in same project


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -