implicit linking is sometimes referred to as static load or load-time dynamic linking.
隐式链接有时称为静态加载或加载时动态链接。
implicit linking is discussed later in this chapter; explicit linking is discussed in chapter 20.
隐含链接将在本章的后面部分介绍,显式链接将在第2 0章中介绍。
when you do this, applications using implicit linking do not have to relink with the new import library that contains the new functions.
当您这样做时,使用隐含连结的应用程式就不需要重新连结包含新函式的新汇入程式库。
most applications use implicit linking because it is the easiest linking method to use.
大部分应用程序使用隐式链接,因为这是最易于使用的链接方法。
implicit linking occurs when an application's code calls an exported dll function.
应用程式程式码在呼叫汇出dll函式时,会发生隐含连结。
there are two types of linking: implicit linking and explicit linking.
有两种类型的链接:隐式链接和显式链接。