dll
美
英 
- 网络动态链接库(Dynamic Link Library);动态连接库(Dynamic Linking Library);动态连结程式库
例句
The client executable calls the DLL's exported functions just as if the functions were contained within the executable.
客户端可执行文件调用DLL的导出函数,就好像这些函数包含在可执行文件内一样。
On the managed DLL to get a class factory and create objects, just as they would with any other COM component.
来获取类工厂并创建对象,就像处理其他任何COM组件一样。
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相同的目录中,如此才能在设计阶段环境中建立控制项的执行个体。
The exports table contains the name of every function that the DLL exports to other executables.
导出表包含DLL导出到其他可执行文件的每个函数的名称。
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。
The common language runtime makes it easy for you to run the application simultaneously with other applications, without DLL conflicts.
公共语言运行库使一个应用程序与其他应用程序同时运行变得更加容易,并且不会造成DLL冲突。
The application does not know the name of a DLL that it will have to load until run time.
直到运行时,应用程序才知道需要加载的DLL的名称。
The corresponding network DLL must be installed on the system to which you connect.
相应的网络DLL必须安装在要连接的系统上。
Finding an external function in an import library informs the linker that the code for that function is in a DLL .
在导入库中找到外部函数后,会通知链接器此函数的代码在DLL中。
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供多个应用程序使用。
Since the import section contains just a DLL name without its pathname, the loader must search the user's disk drives for the DLL.
由于该输入节只包含一个DLL名而没有它的路径名。因此加载程序必须搜索用户的磁盘驱动器,找出DLL。
The ieframe. dll error might be a fluke and a simple restart could clear it up completely.
该ieframe.dll错误可能是侥幸和一个简单的重新启动可以清楚它完全。
It is possible that the DLL itself could get loaded at a different address in the virtual address spaces of each process.
DLL本身有可能加载到每个进程的虚拟地址空间中的不同地址。
Copy the debug version of the DLL to the directory where sqlservr. Exe resides or to any directory in the search path.
将DLL的调试版本复制到sqlservr.exe驻留的目录或复制到搜索路径中的任何目录。
This event is logged when Autodiscover is unable to find an assembly or DLL that it is trying to reference.
当自动发现无法找到它尝试引用的程序集或DLL时,系统会记录此事件。
It is recommended that you load one copy of a DLL at a time or expect the first loaded DLL to be called.
建议您一次加载一个DLL副本或应调用第一个加载的DLL。
This leads to exactly the sort of combinatorial complexity Microsoft Windows administrators know as "DLL hell. "
这恰好导致了MicrosoftWindows管理员们称之为“DLL地狱”的一类组合式复杂性。
A code profiler is a software tool, implemented as a DLL, which is called by the runtime system during the execution of an image.
代码探查器是作为DLL实现的软件工具,它是在映像执行期间由运行时系统调用的。
Do not make calls to COM or Winsock, create threads, or invoke any function that might be implemented in another DLL.
不要对COM或Winsock进行调用,不要创建线程或调用任何可能在另一个DLL中实现的函数。
Use this to look at the item that failed to update, or to find the component or DLL that failed to install.
相同。使用它查看无法更新的项,或查找无法安装的组件或DLL。
If you write a managed SideShow gadget using this assembly, you will have to ensure that this DLL gets on to the end user's machine.
如果您使用此程序集编写托管SideShow小工具,必须确保将此DLL安装在最终用户的计算机上。
It has no DLL or runtime dependencies and contains anti-virus mechanisms to prevent trojan infection (which makes it safe to share).
它没有DLL或运行时的依存关系和包含的反病毒机制,以防止特洛伊木马病毒感染(这使得安全分享)。
Calls to a callback function pass indirectly from a managed application , through a DLL function , and back to the managed implementation .
对回调函数的调用将从托管应用程序中,通过一个DLL函数,间接地传递给托管实现。
But if the DLL is still used by some other program, the DLL remains in memory until the last program that uses its service unloads it.
但是如果动态链接库还被其它程序使用,那么这个DLL文件将保留在内存里,只到最后一个使用它的程序卸载它的服务。
While this option increases the size of your program , you do not need to redistribute the MFC DLL with this type of project .
虽然此选项会增加程序的大小,但不必将MFCDLL与此项目类型一起重新分布。
The DLL loading behavior made some amount of sense back then (or at least, it was essentially harmless).
而DLL的加载在当时来说还是有一定的意义的(至少,它基本是无害的)。
If the DLL or referenced DLL is not in a directory specified by the path, move the DLL to a referenced directory.
如果DLL或引用的DLL不在路径所指定的目录中,则将DLL移到引用的目录中。
Create an individual class for each DLL function, keeping functions isolated and easy to find.
分别为每个DLL函数创建一个类,以便使函数相互隔离,易于查找。
The true problem with DLL hell is that we don't allow you to have multiple different versions of a particular DLL present on the machine.
“DLL地狱”的真正麻烦是我们不允许你在同一台计算机上放置一个DLL的多个不同版本。
Plug-in A polymorphic interface DLL used to enhance, or extend the operation of a parent application.
DLL用来强化或者扩展父应用程序操作的多态接口。
Instead, when you request data for a stock, the DLL checks whether the stock symbol is in its list of known stocks.
不过,当您请求一个股票的数据时,DLL检查股票符号是否处于其已知股票列表中。
This example tests a DLL to see if it is an assembly.
此示例测试一个DLL以确定它是否为程序集。
In most scenarios, an assembly contains all or part of a reusable library and is contained in a single dynamic-link library (DLL).
在大部分情况下,组件含有所有可重复使用的程式库或是其中的一部分,且包含在单一动态连结程式库(DLL)中。
In Windows systems, it is quite common to for a . dll file to be explicitly loaded by a Windows program.
在Windows系统中,可以由Windows程序显式地加载一个.dll文件,这是很常见的情况。
The true size depends on which parts of the DLL the process is actually using.
真正的大小取决于进程实际使用了DLL的哪些部分。
It just so happens that such a mechanism does exist, namely our dynamically linked libraries (DLLs on Windows, and Shared Objects on Linux).
这种机制是存在的,这些动态链接库是这样命名的(在Windows中为DLL,在Linux中为共享对象)。
DLL Dynamic Link Library. Dynamic Link Libraries are loaded in response to an explicit API call made by an executing program.
动态链接库:运行中的应用程序从外部通过显式声明的API调用来装载DLL。
An application had no way of knowing if the types contained in a DLL were the same types that the application was built with.
应用程序无法知道包含在DLL中的类型是否同用来生成该应用程序的类型相同。
I will show you how the . NET Framework eradicates the deployment issues that have plagued you since the inception of the DLL.
我将会展示.NET框架如何根治部署问题中始于DLL原因的灾害。
If your production code is safe or pure, any callable assembly method can be called and tested, in an executable file or in a DLL.
如果您的成品代码是安全代码或纯代码,则可以调用和测试可执行文件或DLL中的任何可调用的程序集方法。