查询
1 词典释义:
dll
时间: 2025-04-16 23:58:16
英 [ˌdiː el ˈel]
美 [ˌdiː el ˈel]

abbr. 动态链接库(Dynamic Link Library)

双语例句
  • Most likely the path to the DLL is incorrect.

    很可能是到该dll的路径不正确。

  • The bridge DLL file that DTJCB has generated.

    DTJCB生成的桥dll文件。

  • Generate a Windows console application or DLL.

    生成Windows控制台应用程序或dll。

  • A DLL example: small C program and dltest.

    dll示例:小的c程序和dltest。

  • Compiling the DLL as position-independent code.

    将dll编译为位置无关代码。

  • Register the bridge DLL using the regsvr32 command.

    用 regsvr32命令注册桥 DLL。

  • Cygwin is built around the cygwin1.dll library.

    Cygwin 是在 cygwin1.dll 库基础上构建的。

  • You won't be able to register the DLL any longer.

    你不能够再次注册该DLL库了。

  • Copy sapjcorfc.dll and librfc32.dll to two places.

    将sapjcorfc . dll和librfc32 . dll复制到以下两个位置。

  • Specify the option -w 'l, DLL' if calling the binder in USS.

    如果在USS中调用绑定器,需要指定选项- W ' l, dll '。

  • When binding a program that dynamically calls a DLL, you need to

    在绑定一个动态调用 DLL 的程序时

  • This system component is a Win32 DLL named aspnet_isapi.dll.

    这个系统组件是一个名为aspnet _ isapi . dll的win32 dll。

  • Put the bridge DLL in an arbitrary place on the client machine.

    把桥dll放在客户机计算机上的任意位置。

  • There are two typical ways to export symbols from a Windows-based DLL.

    有两种典型的方式可以从一个基于Windows的DLL中导出符号。

  • Put the bridge DLL(s) into an arbitrary place on the client machine.

    把桥的 DLL 文件放在客户机机器上的任意位置。

  • The former component is provided as a Windows Dynamic Link Library (DLL).

    前一个组件是一个Windows动态链接库(DLL)。

  • Listing 10 shows the source code of the DLL with the relevant changes.

    清单10显示了DLL的源代码,其中包括相关的更改。

  • In Windows operating systems, a DLL is searched in the following order.

    在Windows操作系统中,按照下面的顺序搜索dll。

  • Updated Castle.DynamicProxy2.dll to have better support for.net 2.0 sp1.

    更新了Castle . DynamicProxy2 . dll,更好的支持。NET 2.0 sp1。

  • The true size depends on which parts of the DLL the process is actually using.

    真正的大小取决于进程实际使用了 DLL 的哪些部分。

  • The bridge executable bits are located in two files: a JAR file and a DLL file.

    桥的可执行部分在两个文件中:一个JAR文件和一个DLL文件。

  • Option RTLD_NOW resolves all DLL external references before dlopen returns.

    选项RTLD _ NOW在dlopen返回之前解析所有的外部引用。

  • The ISAPI-dll Module mapping should already exist but is disabled by default.

    模块映射应该已经存在,但默认禁用了。

  • However, the assignment operator survived optimization and got exported from a DLL.

    而赋值运算符在优化之后还存活并从DLL中导出。

  • In Type the location of the item, enter rundll32.exe user32.dll,LockWorkStation .

    在桌面上右击,选择新建->快捷方式,在输入项目位置中,输入 rundll32.exe user32.dll,LockWorkStation。

  • The idea is that you only load a DLL when you actually use something from the DLL.

    其思想是只在实际需要使用DLL中的某些内容时才加载该DLL。

  • This involves modifying the compiled EXE or DLL to inject the necessary code fragments.

    这种方式通过修改已经编译的EXE或DLL注入必要的代码段。

  • Note that explicit loading of the runtime DLL with its absolute path is recommended.

    请注意,我们推荐用运行时dll的绝对路径显式地加载该文件。