1.The client executable calls the DLL's exported functions just as if the functions were contained within the executable.
客户端可执行文件调用DLL的导出函数,就好像这些函数包含在可执行文件内一样。
2.On the managed DLL to get a class factory and create objects, just as they would with any other COM component.
来获取类工厂并创建对象,就像处理其他任何COM组件一样。
3.This file must be in the same directory as the control's DLL to allow an instance of the control to be created in a design-time environment.
这个档案必须位于与控制项之DLL相同的目录中,如此才能在设计阶段环境中建立控制项的执行个体。
4.The exports table contains the name of every function that the DLL exports to other executables.
导出表包含DLL导出到其他可执行文件的每个函数的名称。
5.If you see that some DLLs are missing, install those DLLs on the computer on which you are trying to run your application.
如果您发现缺少一些DLL,请在您要试图运行应用程序的计算机上安装那些DLL。
6.The common language runtime makes it easy for you to run the application simultaneously with other applications, without DLL conflicts.
公共语言运行库使一个应用程序与其他应用程序同时运行变得更加容易,并且不会造成DLL冲突。
7.The application does not know the name of a DLL that it will have to load until run time.
直到运行时,应用程序才知道需要加载的DLL的名称。
8.The corresponding network DLL must be installed on the system to which you connect.
相应的网络DLL必须安装在要连接的系统上。
9.Finding an external function in an import library informs the linker that the code for that function is in a DLL .
在导入库中找到外部函数后,会通知链接器此函数的代码在DLL中。
10.The user control can be local to one application or added to a library and compiled into a DLL for use by multiple applications.
用户控件可以是某个应用程序的本地控件,也可以添加到库中并编译成DLL供多个应用程序使用。