linker
linker什么意思,linker翻译
基本解释
n.: 连结器;连接程序
网络: 连接器;链接器;连结程式
英汉解释
连结器;连接程序
例句
Finding an external function in an import library informs the linker that the code for that function is in a DLL .
在导入库中找到外部函数后,会通知链接器此函数的代码在DLL中。
The linker then uses this file as if it had been specified precisely by name.
链接器然后使用精确地明确说明名字的这个文件。
It is often useful to rotate the order that OBJ files are sent to the linker to discover the location of the other version of the data type.
颠倒OBJ文件发送到链接器的顺序以发现其他版本的数据类型的位置经常是有用的。
After all the source code files have been compiled, they are linked by the linker just as an application"s executable file would be.
当所有源代码文件编译后,它们就像应用程序的可执行文件那样被链接程序所链接。
On many systems, the linker is only able to align variables up to a certain maximum alignment.
在许多系统中,连接器只能够以某个最大的对齐方式对变量进行对齐。
This enables one to reset the state of the linker to that of initialization time.
这样,将能够将链接器的状态重置为初始化时的状态。
The linker does not embed the manifest file inside the binary, and can only generate the manifest as an external file.
连结器不会将资讯清单档内嵌到二进位档内,而只会将此资讯清单产生为外部档案。
The name of a module-definition file (. Def) to be passed to the linker.
要传递到链接器的模块定义文件(.def)的名称。
You do not specify the object"s PDB file name to the linker; LINK uses the embedded name to find the PDB if it is needed.
不将对象的PDB文件名指定给链接器;如果需要,LINK使用嵌入的名称查找PDB。
This means that you must explicitly provide the name of the function to be called initially to the linker .
这意味着必须显式地向链接器提供最开始要调用的函数的名称。