Conventional libraries, or static libraries, are linked into a programimage.
传统的库,或者静态库被链接到一个程序镜像。
2
All such translator output is collected into a programimage which contains information needed for execution in its execution environment.
所有翻译器的输出被收集成一个程序映像,其包含在运行环境中执行所需要的信息。
3
If the string-pooling option, [/GF], is enabled in Visual C++, then a single copy of the string is kept in the programimage during execution and string1 equals string2.
如果在 Visual C++ 中启用了字符串池选项 [/GF],那么在执行期间,将在程序的映像中仅保存该字符串的单个副本,且 string1 与 string2 相等。