您要查找的是不是:
- In contrast, Windows must load a copy of the library code into memory for each application that is built with a static link library. 相反,对于每个用静态链接库生成的应用程序,Windows必须在内存中加载库代码的一个副本。
- In contrast, each application built with a static link library has the library code linked into its executable image as a separate copy. 相反,每个用静态链接库生成的应用程序均具有作为单独的副本链接到其可执行图像中的库代码。
- Realization of dynamic and static link library in VC++ VC++中动态和静态连接库的实现
- The Canon Digital Camera SDKs comprise a set of APIs, DLLs, and static link libraries that provide an interface for accessing Canon digital cameras and data generated by Canon digital cameras. 佳能数码相机SDK提供了一套API、DLL和静态链接库,可以通过它们来访问佳能数码相机以及由佳能数码相机生成的数据。
- static link library 静态链接库
- A dynamic link library (DLL) initialization routine failed. 动态链接库(DLL)初始化例程失败。
- This will add the new project to the same solution as the dynamic link library. 这会将新项目添加到该动态链接库所属的同一个解决方案中。
- Explains how to use the MFC DLL Wizard to create an MFC Dynamic Link Library. 解释如何使用MFC DLL向导创建MFC动态链接库。
- PHP itself can run as either a dynamic link library (DLL) or a CGI script. PHP本身可以以动态链接库(DLL)方式或者CGI脚本方式运行。
- Dynamically Loading Link Libraries Overview. 在程序执行时动态加载库。
- A dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image. 动态链接库(DLL)引用的模块不是DLL也不是过程可执行映像。
- The procedure entry point RunDllW could not be located in the dynamic link library msdxm.ocx. (未能在动态链接库 msdxm.;ocx 中找到过程入口点 RunDllW。)
- Bulk Insert: Version mismatch between the provider dynamic link library and the server executable. 大容量插入:提供程序动态链接库和服务器可执行文件之间的版本不匹配。
- This procedure demonstrates how from the dynamic link library loaded document template. 本程序演示如何从动态链接库中加载文档模板。
- It is a simpler process in a static linking system than in a dynamically linked system. 这个过程在静态链接系统中比在动态链接系统中更简单。
- Unexpected error traps to deal with dynamic link library example VB source code completely, you can reference. 意外错误陷阱处理动态链接库示例,完全VB源码,可以参考一下。
- Generate an assembly from the resulting type library file or from a dynamic link library file (DLL) that contains the type you intend to implement. 从所得类型库文件或从动态链接库文件(DLL)中生成一个程序集,其中包含要实现的类型。
- Of course this number is inflated - statically linked programs would incorporate only those parts of the library that they use. 当然这个数字有一些夸张静态链接程序只合并它们使用的那部分程序库。尽管如此
- The device driver is implied in the manner of the dynamic link library in the LabWindows/CVI environment. Link library is the key to DLL. 动态库主要是指采集卡驱动程序在LabWindows/CVI编程环境中的使用;导入库(.;lib)是使用动态连接库的关键之处。
- A dynamic linking library (DLL) is linked to your program at run time. 动态链接库(DLL)在运行时链接到程序。