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
Post a Comment