In our example file viewer application, this JAR file contains a Windows DLL and a series of SO files for Linux.
在我们的示例文件查看器应用程序中,这个JAR文件包含一个Windows DLL和一系列用于Linux的SO文件。
Because this requires access to Microsoft Windows DLL files that are normally not directly available for VBA macros, you will need some additional code.
因为这需要访问MicrosoftWindows DLL文件,但是这些文件尚不能从vba宏处直接获得,所以您需要添加额外的代码。
On Windows this message source is a Dynamic Link Library (DLL) containing these messages, on UNIX systems this is a XPG4 catalog.
在Windows 中,该消息源是包含这些消息的动态链接库(DLL),在UNIX系统中,该消息源是XPG4目录。
Further, in Windows, there's a special DllMain method that is invoked the first time the DLL is loaded onto memory.
而且在Windows中,有一个特殊的DllMain方法,在第一次将DLL加载到内存时将调用这个方法。
To compile and create a dynamic link library (DLL), you need the Windows cl.exe compiler.
要编译和创建动态链接库(DLL),您需要使用Windows cl .exe编译器。
Likewise, the Windows-specific syntax, __declspec (dllimport), is needed to import any functions, variables, or classes from a DLL.
同样地,要向一个dll导入任何函数、变量、或者类,都需要使用Windows特定的语法__declspec (dllimport)。
First, the Windows-specific syntax, __declspec (dllexport), is needed to export any functions, variables, or classes from a DLL.
第一点,要从一个dll中导出任何函数、变量、或者类,都需要使用Windows特定的语法__declspec (dllexport)。
Note that on Windows you can just give the directory as 'c:\projects\mylib' and use the filename of the DLL in question without the .dll extension.
要注意的是,如果在windows 中,您可以把目录改为 "c:\projects\mylib",而且只需使用被讨论到的DLL 文件的文件名,而 不需要加上.dll 扩展名。
This leads to exactly the sort of combinatorial complexity Microsoft Windows administrators know as "DLL hell."
这恰好导致了MicrosoftWindows管理员们称之为“DLL地狱”的一类组合式复杂性。
It creates a new DLL file in Windows system folder with a random five letter name.
它在Windows系统文件夹中新建一个以5个随机产生的字母命名的DLL文件。
If they aren't already there, copy msvcp71.dll and msvcr71.dll to Windows\System32, so that they are installed on the Windows system path.
将msvcp71.dll和msvcr71.dll复制到Windows\System32(如果这两个文件不存在),以便将其安装在 Windows系统路径。
There are two typical ways to export symbols from a Windows-based DLL.
有两种典型的方式可以从一个基于Windows的DLL中导出符号。
In Windows operating systems, a DLL is searched in the following order.
在Windows操作系统中,按照下面的顺序搜索dll。
Generate a Windows console application or DLL.
生成Windows控制台应用程序或dll。
The tool uses Pipe.dll to create Windows pipes and makes sure that this dll is placed in the same directory where IBMDataMovementTool.jar file is placed.
该工具使用Pipe.dll来创建Windows管道,并确保将这个dll 文件位于 IBMDataMovementTool.jar 文件所在的目录下。
On Windows, the authorization service must be compiled to a .dll and linked with mqm.lib and mqmzf.lib.
在Windows 上,授权服务必须编译为 .dll,并与 mqm.lib和mqmzf.lib 相链接。
The former component is provided as a Windows Dynamic Link Library (DLL).
前一个组件是一个Windows动态链接库(DLL)。
The ARM engine exchanges data though an IPC channel, using the libarm library (libarm32.dll on Windows platforms) with ARM-instrumented applications.
ARM引擎通过IPC管道,使用libarm库(windows 平台下是 libarm32.dll)交换数据。
DLL in Windows, adopting double deposits, achieving real-time data acquisition of sound card.
DLL中的低级音频函数,采用双缓存机制,实现声卡对音频信号的实时采集;
If you keep these new functions in a DLL, however, applications can load on an older version of Windows.
如果将这些新函数保存在DLL中,那么应用程序就能够将它们加载到Windows的老版本上。
If you keep these new functions in a DLL, however, applications can load on an older version of Windows.
如果将这些新函数保存在DLL中,那么应用程序就能够将它们加载到Windows的老版本上。
应用推荐