The idea is that you only load a DLL when you actually use something from the DLL.
其思想是只在实际需要使用DLL中的某些内容时才加载该DLL。
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 扩展名。
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系统路径。
If everyone fully understands and adheres to the contract of the functions of a particular DLL, shouldn't updating that DLL in theory not break any code?
假如每个人都完全理解并且遵循特定dll的功能契约,那么在理论上,是否不应该升级dll,以避免对某些代码的破坏?
How can I access an embedded resource in a. Net DLL from another (test). Net DLL?
我怎么能访问嵌入式资源。从另一个净dll(测试)。净dll吗?
The conflict between the DLL file supporting the operation of so ft ware and the DLL file of the system itself makes some software installed by us often occur mistakes.
由于支持软件运行的DLL文件与系统自身的DLL文件发生冲突,致使我们安装的某些软件在运行时经常会出现错误。
The paper analysis basic theorem of DLL in GPS receiver, simulate DLL using SPW software on SUN workstation, the model of each module and simulation result is presented.
该文分析了GPS接收机中dll的基本原理,利用交互式仿真平台SPW在SUN工作站上实现了DLL仿真,给出了各模块模型和仿真结果。
DLL loaded by the program loader at the same time as the application program that USES it is loaded. Application programs may call functions from this DLL directly.
在程序载入的同时又程序加载器载一个动态链接库。程序可以从动态链接库中直接调用函数。
The true problem with DLL hell is that we don't allow you to have multiple different versions of a particular DLL present on the machine.
“DLL地狱”的真正麻烦是我们不允许你在同一台计算机上放置一个DLL的多个不同版本。
Put all the functions that the calling application needs immediately after loading into one DLL and have the calling application implicitly link to that DLL.
将调用应用程序加载后立即需要的所有函数放在一个DLL 中,并使调用应用程序隐式链接到该 DLL。
Many processes can use a single DLL simultaneously, sharing a single copy of the DLL in memory.
许多处理序可以同时使用单一DLL 来共用记忆体里 DLL的单一复本。
With explicit linking, the executable using the DLL must make function calls to explicitly load and unload the DLL and to access the DLL's exported functions.
在显式链接下,使用DLL的可执行文件必须进行函数调用以显式加载和卸载该DLL,并访问该DLL的导出函数。
If you need to do any of the above or need to pass MFC-derived objects between the calling executable and the DLL, you must build an extension DLL.
如果需要执行上述任一操作,或者需要在调用可执行文件和DLL之间传递mfc派生的对象,则必须生成扩展dll。
Put the other functions that the calling application does not need right away into another DLL and have the application explicitly link to that DLL.
将调用应用程序当时不需要的其他函数放在另一个DLL 中,并使应用程序显式链接到此 DLL。
If you start debugging from the project that creates the DLL, you must specify the executable you want to use in debugging the DLL.
如果您要从建立该DLL的专案开始侦错,就必须指定您希望用来侦错该DLL的可执行档。
The import library only contains code to load the DLL and to implement calls to functions in the DLL.
导入库仅包含加载DLL 的代码和实现 DLL函数调用的代码。
You can continue to enhance your DLL by adding additional functionality while at the same time ensuring that existing applications continue to work properly with the new DLL.
您可以加入其他功能来继续加强DLL,同时确保现有应用程式会继续适当地使用新的 DLL。
By using a DLL to take a timing measurement, the effect of process and temperature variations is reduced by the closed loop feedback of the DLL.
通过利用DLL进行定时测量,可用DLL的闭环反馈减小工艺及温度变化的影响。
In the case of a private assembly, it is recommended to include its manifest in the DLL as a resource with ID equal to 1, and the name of the private assembly may be the same as the name of the DLL.
如果是私用组件,建议您将它的资讯清单加入DLL中,做为ID等于1的资源,而私用组件的名称则可以和DLL的名称相同。
Shows all running processes having the selected BHO DLL and provides option to Kill the process or Remove the DLL from such process.
显示所有正在运行的进程已选定的BHO的DLL并提供选项来杀死进程或删除程序的DLL从这样。
If the DLL allocates some memory-for example, for the creation of a new instance of a class-this memory is marked in the allocation list of the DLL.
举例来说,如果DLL分配一些内存来创建类的实例,这些实例用的内存被标记到DLL里。
In this way, if you do not need to initialize your DLL, there is nothing special you have to do when building your DLL.
这样,如果不需要初始化dll,则在生成dll时没有什么特别的事情要做。
Because of potential problems with loading a DLL whose entry point has been compiled to MSIL, you are strongly discouraged from compiling a DLL entry point function to MSIL.
由于加载入口点已编译为MSIL的DLL时存在一些潜在问题,因此强烈建议不要将DLL入口点函数编译为MSIL。
Typically, your DLL has initialization code (such as allocating memory) that must execute when your DLL loads.
一般说来,您的DLL会有必须在DLL载入时执行的初始化程序码(例如,配置记忆体)。
Access interface DLL, the VC environment prepared by a DLL interface.
门禁接口dll,在VC环境下编写的一个接口dll。
Access interface DLL, the VC environment prepared by a DLL interface.
门禁接口dll,在VC环境下编写的一个接口dll。
应用推荐