单词 | DLLs | ||||||||||||
释义 | DLLs
更多释义 收起释义 例句释义: 动态链接库,动态连接库,动态联接库 1. 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。 msdn2.microsoft.com 2. Embedding the SQLite engine in an application without need for external dlls, being able to use it in fully managed code with medium trust. 将SQLite引擎嵌入在程序中,而不需要额外的dlls,可以在中等信任级别中使用完全的托管代码。 www.infoq.com 3. To develop software that utilizes the Windows API, a compiler must be able to handle and import the Microsoft-specific DLLs and COM-objects. 为了开发使用WindowsAPI的软件,编译器必须能处理和导入微软相关的DLLs和COM对象。 en.wikipedia.org 4. Used when two or more COM DLLs accessed by the application contain coclasses or interfaces with the same name. 当两个或两个以上被应用程序访问的COMDLL包含coclass或具有相同名称的接口时使用。 msdn2.microsoft.com 5. Required if the application accesses two or more COM DLLs containing coclasses or interfaces with the same name. 应用程序访问两个或更多个包含同名coclass或接口的COMDLL时需要使用该选项。 msdn2.microsoft.com 6. 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中为共享对象)。 www.ibm.com 7. Dynamic-link libraries (DLLs) have been the cornerstone of Microsoft Windows since the first version of the operating system. 自从Microsoft公司推出第一个版本的Windows操作系统以来,动态链接库(DLL)一直是这个操作系统的基础。 www.cnblogs.com 8. You can reduce paging and improve performance of your program by assigning base addresses so that DLLs do not overlap in the address space. 您可以藉由指派基底位址让DLL在位址空间中不会重叠,以减少分页和增进程式的效能。 technet.microsoft.com 9. As a part of these searches, MFC scans through all the extension DLLs in use by walking a chain of CDynLinkLibrary objects. 作为这些搜索的一部分,MFC通过浏览CDynLinkLibrary对象链,扫描所有正在使用的扩展DLL。 msdn2.microsoft.com 10. Extension DLLs can also be used for passing MFC-derived objects between the application and the DLL. 扩展DLL也可用于在应用程序和DLL之间传递MFC派生的对象。 msdn2.microsoft.com 1. Symbol files are required for your application and for any third-party or system DLLs you have to have to debug. 您需要侦错的应用程式及任何协力厂商或系统DLL都需要符号档。 technet.microsoft.com 2. My original goal was to deploy an application with an embedded database without additional dlls. 我本来的目的是在程序中使用嵌入式数据库,同时不依赖于额外的dlls。 www.infoq.com 3. This article describes an easy, general method for generating an application and resource DLLs capable of supporting multiple languages. 本文介绍了一种简单、通用的方法,来生成应用程序以及能支持多种语言的资源DLL。 blog.163.com 4. The code and the DLLs are vulnerable to a malicious process at the time of creation and compilation. 代码和DLL在创建和进行编译时,易于遭受恶意进程的攻击。 msdn2.microsoft.com 5. Note that release builds of MFC DLLs and applications do not use separate DLLs for database, sockets, or OLE support. 请注意,MFCDLL和应用程序的发布版本不对数据库、套接字或OLE支持使用单独的DLL。 msdn2.microsoft.com 6. Platform invoke is a service that enables managed code to call unmanaged functions implemented in DLLs. 平台调用是一种服务,它使托管代码能够调用DLL中实现的非托管函数。 msdn2.microsoft.com 7. On a program's start, the system loader reads these instructions and loads the appropriate DLLs into the process' address space. 程序启动时,程序会根据这些指令的说明把一些相关的dll加载进程序的内存空间中来。 www.cnblogs.com 8. When you create a DLL, you create a set of functions that an executable module (or other DLLs) can call. 当创建DLL时,要创建一组可执行模块(或其他DLL)可以调用的函数。 objectarx2008.spaces.live.com 9. There is usually no support code for processing message loops or creating windows within DLLs. 在DLL中通常没有用来处理消息循环或创建窗口的支持代码。 objectarx2008.spaces.live.com 10. If any of the DLLs has an entry-point function (for initialization and termination code), the operating system calls the function. 如果任何DLL具有(用于初始化代码和终止代码的)入口点函数,操作系统将调用此函数。 msdn2.microsoft.com 1. Generates an ISAPI extension DLL that contains the code necessary to dispatch HTTP requests to request handlers in Web application DLLs. 生成ISAPI扩展DLL,它包含向Web应用程序DLL中的请求处理程序分配HTTP请求所必需的代码。 msdn2.microsoft.com 2. The new application domain loads its own copies of the common language runtime DLLs, data structures, and memory pools. 新应用程序域将加载自己的公共语言运行库DLL、数据结构和内存池的副本。 msdn2.microsoft.com 3. This instance has its own Master database, its own files, DLLs, and memory footprint and its own SA password. 该实例具有其自己的Master数据库、其自己的文件、DLL、内存占有空间以及其自己的SA密码。 msdn2.microsoft.com 4. Depends. Exe reports which of the application's DLLs are either missing or present with an incorrect version. Depends.exe将报告缺少哪些应用程序的DLL,或者虽然存在,但版本不正确的DLL。 msdn2.microsoft.com 5. Do your DLLs (Windows-specific, dynamically-loaded libraries, most often) work properly for you? 您的DLL(大多数情况是特定于Windows的动态载入库)对您而言工作正常吗? www.ibm.com 6. This will replace any earlier DLLs in an existing application with the newer ones if the application is updated. 这样在应用程序更新时,就将用较新的DLL替换现有应用程序中任何较早的DLL。 msdn2.microsoft.com 7. Platform invoke enables you to control a significant portion of the operating system by calling functions in the Win32 API and other DLLs. 利用平台调用,可以通过调用Win32API和其他DLL中的函数来控制操作系统中相当大的一部分。 msdn2.microsoft.com 8. It is not and C# still has no way to automatically remove references to DLLs that are not actually used. 实际上不是这样,C#仍然没有办法自动移除实际没有使用的对DLL的引用。 www.infoq.com 9. Extension DLLs are built using the dynamic-link library version of MFC (also known as the shared version of MFC). 扩展DLL是使用MFC动态链接库版本(也称作共享MFC版本)生成的。 msdn2.microsoft.com 10. The MFC library itself is available, in either static link libraries or in a number of DLLs, with the MFC DLL Wizard. 使用“MFCDLL向导”时,可以在静态链接库或若干DLL中使用MFC库本身。 msdn2.microsoft.com 1. Many ASP. NET Web applications reference DLLs that contain business logic or other useful code. 许多ASP.NETWeb应用程序都引用包含业务逻辑或其他有用代码的DLL。 msdn2.microsoft.com 2. When a thread starts or finishes executing, it must acquire the operating system's loader lock to deliver events to affected DLLs. 当线程开始或完成执行时,它必须获取操作系统的加载程序锁,以便向受影响的DLL发送事件。 technet.microsoft.com 3. However, the narrow operating frequency range and no supply noise suppression become the major drawbacks for the DLLs. 然而,它主要的缺点就是操作的频率范围较窄,同时没有电源杂讯压制的特性。 140.118.33.11:8080 4. Resource Monitor communicates with the resource DLLs through well-defined entry points that the DLLs must present. 资源监视器通过DLL必须呈现的、正确定义的入口点来与资源DLL通信。 technet.microsoft.com 5. NET test runs, code coverage data can be gathered when other binary files are tested, including DLLs that your ASP. NET测试回合期间,在测试其他二进位档案时可以收集程式码涵盖范围资料,包括您的ASP。 technet.microsoft.com 6. Object Browser, for examining the types, methods, and events exported by. NET Framework assemblies, and native DLLs including COM objects. 对象浏览器,用于检查由.NETFramework程序集以及包括COM对象的本机DLL导出的类型、方法和事件。 msdn2.microsoft.com 7. That function must be called from each of the regular DLLs that use the extension DLL. 必须从每个使用扩展DLL的规则DLL调用此函数。 msdn2.microsoft.com 8. This builds all the sample and test programs along with the libxml DLLs needed to run them. 这将构建所有样本和测试程序,以及运行它们所需的libxmlDLL。 www.ibm.com 9. Prints versioning information about extended stored procedure dynamic-link libraries (DLLs). 打印有关扩展存储过程动态链接库(DLL)的版本控制信息。 msdn2.microsoft.com 10. Finally, there are cases where calls into DLLs can occur before those DLLs have been properly initialized by the operating system's loader. 最后,还存在在操作系统的加载程序正确初始化DLL之前调入那些DLL的情况。 technet.microsoft.com 1. The following table describes some of the extensions available and required additional dlls. 下表说明了一些可用的扩展库和所需要的附加dll文件。 www.phpx.com 2. Several Visual Studio project templates create DLLs, which are debugged differently from stand-alone applications. 许多VisualStudio项目模板可创建DLL,DLL的调试方式与独立应用程序不同。 msdn2.microsoft.com 3. You must call a predefined initialization function for each of these DLLs that you are using. 必须为正在使用的上述每个DLL调用预定义的初始化函数。 msdn2.microsoft.com 4. Loading the resource DLLs in a process separate from the Cluster service process helps to isolate faults. 在与群集服务进程分隔的进程中加载资源DLL将有助于隔离故障。 technet.microsoft.com 5. Resource Monitor loads resource DLLs that monitor cluster resources in its process space. 资源监视器加载在其进程空间中用于监视群集资源的资源DLL。 technet.microsoft.com 6. By default, each process using a DLL has its own instance of all the DLLs global and static variables. 默认情况下,每个使用DLL的进程都有自己的所有DLL全局变量和静态变量的实例。 msdn2.microsoft.com 7. The Adaptive Server Anywhere. NET data provider consists of two DLLs for each platform. AdaptiveServerAnywhere.NET数据提供程序为每个平台提供了两个DLL。 www.ianywhere.com 8. This option has no effect on DLLs. 该选项对DLL无效。 msdn2.microsoft.com 9. The loader examines the executable 's import section and attempts to locate and map any required DLLs into the process's address space. 加载程序查看可执行模块的输入节,并设法找出任何需要的DLL,并将它们映射到进程的地址空间中。 dictsearch.appspot.com 10. Os (Favor Small Code) minimizes the size of EXEs and DLLs by instructing the compiler to favor size over speed. Os(代码大小优先)通过指示编译器优选大小而非速度来最小化EXE和DLL的大小。 msdn2.microsoft.com 1. Demands are typically made in managed libraries (DLLs) to help protect methods or classes from potentially harmful code. 通常在托管库(DLL)中发出请求,以帮助保护方法或类不受潜在的有害代码的影响。 msdn2.microsoft.com 2. Resource Monitors provide the communication interface between resource DLLs and the Cluster service. 资源监视器提供资源DLL和群集服务之间的通信接口。 technet.microsoft.com 3. A running application can reference several string tables if you put the tables into different DLLs. 如果您将字串资料表放入不同的DLL内,执行中的应用程式便可参考多个字串资料表。 technet.microsoft.com 4. Two DLLs that are identical except for a version attribute. 两个DLL,它们除了版本属性外,其他方面都是一样的。 msdn2.microsoft.com 5. During replication of the proxy generation. Dlls, a directory could not be created. 在代理生成.dll的复制期间,无法创建目录。 www.microsoft.com 6. Faster start. CRT DLLs are preloaded by the system on start. 更快的启动。 www.cnblogs.com 7. It has to do with additional features that are available when you use delay-load DLLs. 但是这些元素与你使用延迟加载的DLL时可以使用的辅助特性有关。 objectarx2008.spaces.live.com 8. Deploying just the DLLs on the target computer does not enable loading these DLLs. 仅在目标计算机上部署DLL不能加载这些DLL。 msdn2.microsoft.com 9. Extension DLLs should be compiled with _AFXEXT defined. 扩展DLL应该用定义的_AFXEXT编译。 msdn2.microsoft.com 10. This topic lists reasons why breakpoints might not work as expected in DLLs, and solutions or workarounds for each case. 本主题列出中断点在DLL中可能无法如预期般执行的原因,以及每种状况的解决方案和替代解决办法。 technet.microsoft.com 1. Mappers are handled using external DLLs, complete with extra sound channels for most games which provide them. 映射器使用外部DLL处理,这与大多数游戏为他们提供额外的音频通道完成。 f.ppxclub.com 2. Specifies the location of directories that contain assemblies (DLLs) to be used. 指定包含要使用的程序集(DLL)的目录位置。 msdn2.microsoft.com 3. Interoperability between managed and unmanaged code enables developers to continue to use necessary COM components and DLLs. 托管和非托管代码间的互操作性使开发人员能够继续使用所需的COM组件和DLL。 msdn2.microsoft.com 4. Be sure to include the DLLs and manifest files for a specific assembly. 请确定包含特定程序集的DLL和清单文件。 msdn2.microsoft.com 5. The Cluster service manages all resource objects using Resource Monitors and resource DLLs. 群集服务使用资源监视器和资源DLL来管理所有资源对象。 technet.microsoft.com 6. The Resource Monitor obtains actual command functions and data through resource DLLs. 资源监视器通过资源DLL获得实际的命令函数和数据。 technet.microsoft.com 7. DLLs must be deployed to the application local folder. 必须将DLL部署到应用程序本地文件夹。 msdn.microsoft.com 8. DLLs that are implicitly linked to an application are loaded when the application loads. 隐式链接到应用程序的DLL在程序加载时被加载。 technet.microsoft.com 9. Clean your registry by removing broken shortcuts, missing shared DLLs, invalid paths, invalid installer references and more. 通过移除损坏的快捷方式,丢失的共享DLL,无用路径,无效的安装参考等等来清洁你的注册表。 blog.163.com 10. Extended stored procedures are implemented as functions inside DLLs. 扩展存储过程实现为DLL中的函数。 msdn2.microsoft.com 1. Applications that explicitly link to extension DLLs must call AfxTermExtensionModule when freeing the DLL. 显式链接到扩展DLL的应用程序在释放DLL时必须调用AfxTermExtensionModule。 msdn2.microsoft.com 2. Windows XP helps guarantee that your application is loaded only with the specified DLLs. WindowsXP帮助确保仅使用指定的DLL加载应用程序。 msdn2.microsoft.com 3. The MFCx0. DLL and MFCx0U. DLL Retail version of the DLLs contain Active technologies, database, and network support in a single DLL. DLL的MFCx0.DLL和MFCx0U.DLL零售版本在单个DLL中包含了Active技术、数据库和网络支持。 msdn2.microsoft.com 4. You want to have only compiled DLLs on the production server. 只希望将已编译的DLL放在成品服务器上。 msdn2.microsoft.com 5. Some of the extensions need extra DLLs to work. 某些扩展库需要附加的dll文件才能工作。 www.phpx.com 6. It polls resource DLLs through the IsAlive and LooksAlive entry points, alternately checking failure events signaled by resource DLLs. 它通过IsAlive和LooksAlive入口点轮询资源DLL,交替检查资源DLL所通知的失败事件。 technet.microsoft.com 7. The filename is a text file that contains the locations and sizes of all the DLLs your program will use. 文件名是包含程序将使用的所有DLL的位置和大小的文本文件。 msdn.microsoft.com 8. By using the instrumentation profiling method, you can limit the collection of profiling data to one or more DLLs in an application. 通过使用检测分析方法,可以将分析数据的收集限定为应用程序中的一个或多个DLL。 technet.microsoft.com 9. This was originally written to allow access to the Win32 API from PHP, although you can also access other functions exported via other DLLs. 它最初是用来允许从PHP中访问Win32API,不过也可以访问通过其它DLL导出的其它函数。 ru.php.net 10. Specifies the location of specific assemblies (DLLs) to be used. 指定要使用的特定程序集(DLL)的位置。 msdn2.microsoft.com 1. For more information on specifying a executable for the debugging session, see Debugging DLLs. 有关为调试会话指定可执行文件的更多信息,请参见调试DLL。 msdn2.microsoft.com 2. When you apply an ASP. NET hotfix or update, the updated DLLs are installed in the global assembly cache (GAC). 更新DLL应用ASP.NET修复或更新,时被安装在全局程序集缓存(GAC)。 support.microsoft.com 3. When you end the profiling session, depends. Exe shows which DLLs were dynamically loaded. 在结束分析会话时,Depends.exe将显示哪些DLL是动态加载的。 msdn2.microsoft.com 4. A process using implicit linking is also terminated if any of the DLLs it is linked to have a DllMain function that fails. 如果使用隐式链接的进程所链接到的DLL中有任何DLL具有失败的DllMain函数,该进程也会被终止。 msdn2.microsoft.com 5. After Exchange loads the DLLs, it continues to reference the DLLs after the command has completed. Exchange加载了DLL之后,在命令完成之后仍继续引用该DLL。 technet.microsoft.com 6. Extension DLLs should, however, provide a DllMain function and do any necessary initialization there. 但扩展DLL应提供DllMain函数,并在那里执行任何必需的初始化。 msdn2.microsoft.com 7. For more information see Determining Which DLLs to Redistribute. 有关更多信息,请参见确定要重新发布的DLL。 msdn2.microsoft.com 8. To improve the performance when loading, try dividing the DLL into different DLLs. 若要提高加载时的性能,请试着将DLL分割为不同的DLL。 technet.microsoft.com 9. The standard MFC static link libraries are named according to the convention described in Naming Conventions for MFC DLLs. 标准MFC静态链接库依据MFCDLL命名约定中描述的约定进行命名。 technet.microsoft.com 10. The DLL entry points are the same except that the prototypes have a modifier appropriate for DLLs. 除了原型具有适合于DLL的修改程序外,DLL入口点都是相同的。 www.ianywhere.com 1. The DLLs and libraries included in MFC follow a structured naming convention. MFC中包含的DLL和库遵循结构化命名约定。 msdn2.microsoft.com 2. Alternatively, the listdlls -r java command shows all the running Java processes and the DLLs they're using. 也可以使用listdlls-rjava命令,列出所有运行的Java进程及其使用的DLL。 www.ibm.com 3. Registration-free COM supports only DLLs and COM controls project types. 免注册COM只支持DLL和COM控件项目类型。 msdn2.microsoft.com 4. Caveat: You cannot make changes to HTML pages that are in EXEs or DLLs because the changes are not imported back into the EXE or DLL. 警告:不能更改EXE或DLL中的HTML页,因为所做的更改不会导回到EXE或DLL中。 msdn2.microsoft.com 5. Satellite DLLs can be reused by other projects or add-ins. 其他项目或外接程序可重新使用附属DLL。 msdn2.microsoft.com 6. Could not initialize installation. System DLLs corrupt or missing. 连接到系统某个装置没有作用后来我又分别下载了。 2004.smt.cn 7. For V5, it will also backup any classes, JARs, or dlls referenced in the libraries. xml, and any RAR files referenced in the resources. xml. 而对于V5,它还将备份libraries.xml中引用的任何类、JAR或dll以及resources.xml中引用的任何RAR文件。 www.ibm.com 8. When you are debugging, you can verify which DLLs your program has loaded by opening the debugger's Modules window. 调试时,可以通过打开调试器的“模块”窗口来检查程序已加载的DLL。 msdn2.microsoft.com 9. The loaded smart tag DLLs then wait for Word to pass in text to analyze for recognized terms. 加载的智能标记DLL随后等待Word传递文本以分析识别出的词汇。 msdn2.microsoft.com 10. MFC extension DLLs have the same characteristics as the former AFXDLLs. MFC扩展DLL具有与原来的AFXDLL相同的特性。 msdn2.microsoft.com 1. How do I share data in my DLL with an application or with other DLLs? 如何与应用程序或其他DLL共享自己DLL中的数据? msdn2.microsoft.com 2. In Linux, plugins and dlls are implemented as dynamic libraries. 在Linux中,插件和dll以动态库形式实现。 www.ibm.com 3. The dllhost. exe process loads the Document Manager server dynamic link libraries (DLLs). exe进程装载DocumentManager服务器动态链接库(DLL)。 www.ibm.com 4. The links are implemented as DLLs on Windows operating systems. 在Windows操作系统上,这些链接以DLL的形式实施。 www.ianywhere.com 5. Resource Monitors keep track of resource status by using the resource DLLs to periodically poll resources. 资源监视器通过使用资源DLL定期地轮询资源来跟踪资源状态。 technet.microsoft.com 6. An application manifest can also specify other DLLs and versions that your application needs. 应用程序清单还可指定应用程序需要的其他DLL和版本。 msdn2.microsoft.com 7. You must use the export file when linking one of the DLLs. 在链接其中某个DLL时必须使用导出文件。 207.46.16.252 8. Typically, a side-by-side assembly is one to several DLLs. 通常,并行程序集是一个或若干个DLL。 msdn2.microsoft.com 9. For non-MFC DLLs, you must create the. Def file yourself and add it to your project. 对于非MFCDLL,必须亲自创建.def文件并将其添加到项目中。 msdn2.microsoft.com 10. Win32 DLLs are mapped into the address space of the calling process. Win32DLL映射到调用进程的地址空间中。 msdn2.microsoft.com 1. Provides information about how to create satellite DLLs, which can contain resources for use in your automation applications. 提供有关如何创建可以包含自动化应用程序中使用的资源的附属DLL的信息。 technet.microsoft.com 2. What we're talking about are dynamically linked libraries on the Linux platform (analogous to DLLs on Windows). 我们现在讨论的是Linux平台上的动态链接库(类似于Windows中的DLL)。 www.ibm.com 3. Unfortunately, the included DLLs often contain a lot of unnecessary code. 不幸的是,这里面的DLL常常会包含许多无用的代码。 www.infoq.com 4. On the development computer, depends. Exe reports the DLLs that are required to support an application. 在开发计算机上,Depends.exe将报告支持应用程序所需要的DLL。 msdn2.microsoft.com 5. NET, to update program DLLs, even on remote computers. 来更新程式DLL,即使是在远端电脑上也可以。 technet.microsoft.com 6. Debugging DLLs is very similar to debugging stand-alone applications. 但调试DLL与调试独立应用程序的过程非常类似。 msdn2.microsoft.com 7. You can now use custom DLLs for EventLog messages, parameters, and categories. 现在您可以对EventLog消息、参数和类别使用自定义DLL。 msdn2.microsoft.com 8. The following table describes the DLLs that make up these three. Cab files. 下表对组成这三个.cab文件的DLL进行了说明。 msdn2.microsoft.com 9. Demonstrates how to replace ATL Server Web application DLLs at run time without losing requests. 说明如何在运行时替换ATLServerWeb应用程序DLL并且不丢失请求。 msdn2.microsoft.com 10. Shared DLLs should be strong-named. 应对共享DLL进行强命名。 technet.microsoft.com 1. Support for breakpoints in shared DLLs. 支持共享DLL中的断点。 msdn2.microsoft.com 2. The wizard provides the following code for extension DLLs. 此向导为扩展DLL提供了下列代码。 msdn2.microsoft.com 3. Extension DLLs can take care of multithreading by handling the DLL_THREAD_ATTACH and DLL_THREAD_DETACH cases in the DllMain function. 扩展DLL可通过处理DllMain函数中的DLL_THREAD_ATTACH和DLL_THREAD_DETACH情况来负责多线程。 msdn2.microsoft.com 4. Delay-load DLLs let you accomplish this easily. 延迟加载的DLL能够更容易地完成这样的加载。 objectarx2008.spaces.live.com 5. Otherwise you can remove these DLLs from your setup. 否则,可从安装中移除这些DLL。 msdn2.microsoft.com 6. The project uses MFC in a shared DLLs. 项目使用共享DLL中的MFC。 msdn2.microsoft.com 7. If you've downloaded PHP 5. 1, you'll already have the relevant DLLs as part of the package. 如果您下载了PHP5.1,那么就已经拥有了这个包中相关的DLL。 www.ibm.com 8. The entry point function is optional for DLLs. 入口点函数是可选的DLL的。 blog.163.com 9. Please use the Visual C 5 or later to compile and generate DLLs, Control Panel procedures and executable file. 请使用VisualC 5以上的版本编译并生成DLLs、控制面板程序和可执行文件。 www.ganxisky.cn 10. You need to add the corresponding Merge Modules for these DLLs. 您需要为这些DLL添加相应的合并模块。 msdn2.microsoft.com 1. Very large arrays can result in very large DLLs. 很大的数组可产生很大的DLL。 msdn2.microsoft.com 2. In addition to the Win32 API, there are numerous other APIs and DLLs available to you through platform invoke. 除了Win32API之外,还有许多其他的API和DLL可通过平台调用来调用。 msdn2.microsoft.com 3. The following is the first of the identical DLLs. 下面是两个相同的DLL中的第一个。 msdn2.microsoft.com 4. Inside it you can find an AppManifest. xaml file and any necessary DLLs. 从里面可以找到一个AppManifest.xaml,还有所有必需的DLL文件。 www.infoq.com 5. The application and DLL use the CRT and MFC DLLs from System32 at runtime. 应用程序和DLL在运行时使用来自System32的CRT和MFCDLL。 msdn2.microsoft.com 6. One or more DLLs that process ODBC function calls for specific DBMSs. 处理特定DBMS的ODBC函数调用的一个或多个DLL。 msdn2.microsoft.com 7. An assembly can be split among multiple DLLs but this is very uncommon and not addressed in this guideline. 一个程序集可拆分到多个DLL中,但这非常少见,在此准则中也没有说明。 msdn.microsoft.com 8. For applications, ID should be equal to 1, for most DLLs ID should be equal to 2. 对于应用程序,ID应等于1;对于大多数DLL,ID应等于2。 msdn2.microsoft.com 9. Microsoft Visual C 6. 0 offers a fantastic new feature to make working with DLLs easier: delay-load DLLs. 0提供了一个出色的新特性,它能够使DLL的操作变得更加容易。这个特性称为延迟加载DLL。 objectarx2008.spaces.live.com 10. Localized resource DLLs are not supported in . NET 2. 0 projects. 在.NET2.0项目中,不能支持本地化资源DLL。 www.infoq.com 1. If you include the necessary DLLs with the application, the requirement to install SQL Server Compact Edition is removed. 如果应用程序中包含了必需的DLL,则不需要再安装SQLServerCompactEdition。 msdn2.microsoft.com 2. It is recommended that all DLLs have a manifest embedded inside the binary. 建议所有的DLL都应有一个嵌入二进制文件内的清单。 msdn2.microsoft.com 3. TIP: This is required in order to ensure that certain DLLs are present on the system. 提示:这样做的目的是确保系统上有某些DDL。 www.ibm.com 4. Use caution when you refer to constant values defined in other code such as DLLs. 当您参考以其他程式码(例如DLL)定义的常数值时,请特别小心。 technet.microsoft.com 5. This is useful when working with existing code, such as code written in other languages, pre-existing DLLs or COM projects. 使用现有代码(如:使用其他语言、预先存在的DLL或COM项目编写的代码)时这种方法非常有用。 msdn2.microsoft.com 6. You can go to the Microsoft MSDN web page if you want to know more on DLLs. 你可以到微软MSDN网页如果你想知道更多关于DLL的。 word.hcbus.com 7. It can also inspect information on DLLs and handles for a process. 它还可以观察DLL的信息和进程的句柄。 www.ibm.com 8. For example, two DLLs import symbols from each other, similar to mutually recursive functions. 例如,两个DLL彼此汇入符号,类似于交互递迴的函式。 technet.microsoft.com 9. Select all seven DLLs in Solution Explorer and open the Properties window. 在“解决方案资源管理器”中选择所有这七个DLL,然后打开“属性”窗口。 msdn2.microsoft.com 10. To deploy a bridge plug-in to a standalone client Java program with registering the required DLLs 把桥插件部署到独立Java客户机,并注册必需的DLL www.ibm.com 1. To deploy a bridge to a standalone Java client program without registering any DLLs 把桥部署为独立Java客户机,不注册任何DLL www.ibm.com 2. Image: Committed memory belonging to executable code, both the starting executable and DLLs Image:属于可执行代码的提交内存,包括启动的执行文件和DLL。 www.ibm.com 3. Localized Resources in MFC Applications: Satellite DLLs MFC应用程序中的本地化资源:附属DLL msdn2.microsoft.com 4. The sample is comprised of three MFC extension DLLs, two WinForms user controls, and one main MFC MDI app 此示例由三个MFC扩展DLL组成,分别为两个WinForms用户控件和一个主MFCMDI应用程序 msdn2.microsoft.com 5. Hotswap Sample: Replacing ATL Server Application DLLs at Run Time Hotswap示例:在运行时替换ATLServer应用程序DLL msdn2.microsoft.com 6. Using Database, OLE, and Sockets Extension DLLs in Regular DLLs 在规则DLL中使用数据库、OLE和套接字扩展DLL msdn2.microsoft.com 7. Communicating With MetaTrader 5 Using Named Pipes Without Using DLLs 无须使用DLLs,以MetaTrader5使用命名管道进行交流 blog.sina.com.cn 8. For Windows (except Windows CE) the following DLLs are required 对于Windows(除WindowsCE外),需要以下DLL www.ianywhere.com 9. UDF source. Dlls are not migrated and registered 不迁移也不注册UDF源.dll msdn2.microsoft.com 10. CLStencil Sample: Runs Request Handler DLLs or SRF Files from the Command Line CLStencil示例:从命令行运行请求处理程序DLL或SRF文件 msdn2.microsoft.com 1. Regular DLLs dynamically linked to MFC 动态链接到MFC的规则DLL msdn2.microsoft.com 2. Constraints of Delay Loading DLLs 延迟加载DLL的约束 msdn2.microsoft.com 3. Regular DLLs statically linked to MFC 静态链接到MFC的规则DLL msdn2.microsoft.com 4. Controls the delayed loading of DLLs 控制DLL的延迟加载 msdn2.microsoft.com 5. The three most important DLLs are Kernel32. dll, which contains functions for managing memory, processes, and threads; 3个最重要的DLL是Kernel32.dll,它包含用于管理内存、进程和线程的各个函数; www.cnblogs.com 6. How to: Access Resources in Satellite DLLs 如何:访问附属DLL中的资源 msdn2.microsoft.com 7. use of DLLs without . NET source code 没有用.NET代码,用的是DLL。 www.cnblogs.com 8. Different Kinds of DLLs Available 可用的不同DLL类型 msdn2.microsoft.com 9. Select the seven SQL Server Compact Edition DLLs and copy them 选择下面这七个SQLServerCompactEditionDLL,并复制它们 msdn2.microsoft.com |
||||||||||||
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。