In contrast, each application built with a static link library has the library code linked into its executableimage as a separate copy.
相反地,每一个使用静态连结程序库建置的应用程序,会将程序库码以不同的复本连结至其可执行档映像。
3
When the CRT/C++ Library is linked statically, then all its code is embedded into the resulting executableimage. This technique has both advantages and disadvantages.