dll

dll
常用释义
dll

扩展信息

动态链接库(Dynamic Link Library)
动态链接库(DLL)是Windows系统的核心,也是COM技术的基础,因此突破动态链接库一直是技术人员的攻坚目标,本期专题将 …
动态连接库(Dynamic Linking Library)
动态连接库DLL)应该是代码重用的典型例子(不知道可不可这样说),把一些模块、自己新编的类单独调试并编译成DLL, …
动态连结程式库
动态连结程式库:指定您的伺服器是动态连结程式库 (DLL),也因此是同处理序伺服程式 (In-Process Server)。属性化:指定您 …
动态链接库文件
动态链接库文件DLl) 指纹采集驱动模块 指纹特征提取模块 指纹识别模块 ActiveX 控制文件 Header and library files HA-API …
程序集
查看程序集(*.dll)的PublicKeyToken C#Winform的picturebox控件显示红叉 C#字符串格式化 为什么很多程序员都选择跳槽?

例句

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相同的目录中,如此才能在设计阶段环境中建立控制项的执行个体。

导出表包含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的名称。

相应的网络DLL必须安装在要连接的系统上。

在导入库中找到外部函数后,会通知链接器此函数的代码在DLL中。

用户控件可以是某个应用程序的本地控件,也可以添加到库中并编译成DLL供多个应用程序使用。

由于该输入节只包含一个DLL名而没有它的路径名。因此加载程序必须搜索用户的磁盘驱动器,找出DLL。

该ieframe.dll错误可能是侥幸和一个简单的重新启动可以清楚它完全。

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地狱”的一类组合式复杂性。

代码探查器是作为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。

如果您使用此程序集编写托管SideShow小工具,必须确保将此DLL安装在最终用户的计算机上。

它没有DLL或运行时的依存关系和包含的反病毒机制,以防止特洛伊木马病毒感染(这使得安全分享)。

对回调函数的调用将从托管应用程序中,通过一个DLL函数,间接地传递给托管实现。

但是如果动态链接库还被其它程序使用,那么这个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的加载在当时来说还是有一定的意义的(至少,它基本是无害的)。

如果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的多个不同版本。

DLL用来强化或者扩展父应用程序操作的多态接口。