Put all the functions that the calling application needs immediately after loading into one DLL and have the calling application implicitly link to that DLL.
将调用应用程序加载后立即需要的所有函数放在一个DLL 中,并使调用应用程序隐式链接到该 DLL。
To improve startup performance, an application can implicitly link to those DLLs needed immediately after loading and wait to explicitly link to the other DLLs when they are needed.
为提高启动性能,应用程序可隐式链接到那些加载后立即需要的DLL,并等到在需要时显式链接到其他DLL。
To improve startup performance, an application can implicitly link to those DLLs needed immediately after loading and wait to explicitly link to the other DLLs when they are needed.
为提高启动性能,应用程序可隐式链接到那些加载后立即需要的DLL,并等到在需要时显式链接到其他DLL。
应用推荐