The idea is that you only load a DLL when you actually use something from the DLL.
其思想是只在实际需要使用DLL中的某些内容时才加载该DLL。
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,以避免对某些代码的破坏?
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仿真,给出了各模块模型和仿真结果。
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的名称相同。
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。
Dynamic link library (DLL) examples: DLL principles, fabrication DLL, DLL combat, summary.
动态链接库(DLL)实例:DLL原理、制作dll、DLL实战、小结。
ATL automatically generates code that registers our DLL as a COM server, but that just lets other apps use our DLL.
现在我们已经实现了所有需要的COM接口。可是我们怎样才能让浏览器使用我们的扩展呢?首先,我们要注册动态库。
ATL automatically generates code that registers our DLL as a COM server, but that just lets other apps use our DLL.
现在我们已经实现了所有需要的COM接口。可是我们怎样才能让浏览器使用我们的扩展呢?首先,我们要注册动态库。
应用推荐