The bridge DLL file that DTJCB has generated.
DTJCB生成的桥dll文件。
Generate a Windows console application or DLL.
生成Windows控制台应用程序或dll。
Compiling the DLL as position-independent code.
将dll编译为位置无关代码。
Register the bridge DLL using the regsvr32 command.
用regsvr32命令注册桥DLL。
You won't be able to register the DLL any longer.
你不能够再次注册该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。
There are two typical ways to export symbols from a Windows-based DLL.
有两种典型的方式可以从一个基于Windows的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的源代码,其中包括相关的更改。
The ASP.NET ISAPI extension is a Win32 DLL and does not host managed code.
NETISAPI扩展是一个win32DLL,并不为托管代码提供宿主。
In Windows operating systems, a DLL is searched in the following order.
在Windows操作系统中,按照下面的顺序搜索dll。
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.
模块映射应该已经存在,但默认禁用了。
It creates a new DLL file in Windows system folder with a random five letter name.
它在Windows系统文件夹中新建一个以5个随机产生的字母命名的DLL文件。
However, the assignment operator survived optimization and got exported from a DLL.
而赋值运算符在优化之后还存活并从DLL中导出。
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的绝对路径显式地加载该文件。
The problem comes from linking your application against the Xerces-C++ library as a DLL.
问题出现在将应用程序与作为 DLL的Xerces-C++库进行链接上。
Type libraries can also be embedded inside of executable (.exe,.dll, and.ocx) files.
类型库也可以嵌在可执行(. exe、。dll、以及.ocx)文件内。
To compile and create a dynamic link library (DLL), you need the Windows cl.exe compiler.
要编译和创建动态链接库(DLL),您需要使用Windows cl .exe编译器。
The user exit code shown below is compiled as a dynamic linking library (for example: DLL).
下面所示的用户退出代码被编译成动态链接库(如dll)。
With this approach, a DLL must provide explicit functions for object creation and deletion.
使用这种方式,一个DLL必须提供显式的对象构建和删除函数。
C can only dynamically link a new load module type called a DLL (dynamic link Library).
c程序只能动态地链接一种新的装载模块类型,DLL (DynamicLinkLibrary)。
The following code example shows how to use this technique after you produce the required DLL.
以下代码示例展示了在获得所需DLL后使用此技术的方法。
The following code example shows how to use this technique after you produce the required DLL.
以下代码示例展示了在获得所需DLL后使用此技术的方法。
应用推荐