动态链接库dll 静态链接库lib 动态导入库lib ,静态库(The dynamic link library DLL static link library lib dynamic import library lib static library).docVIP
- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
动态链接库dll 静态链接库lib 动态导入库lib ,静态库(The dynamic link library DLL static link library lib dynamic import library lib static library)
动态链接库dll 静态链接库lib 动态导入库lib ,静态库(The dynamic link library DLL static link library lib dynamic import library lib static library)
******1.lib is referred to as the base, there are two kinds of ******/
Lib is short for libraries, a total of two
A type of information that contains the location of the function in the DLL file and file. The code is supplied by the DLL that is loaded into the process space at run time. Known as the dynamic link library dynamic link library. (at this point the Lib estimation is the so-called import import library).
The other contains the function code itself, adding code directly to the program at compile time. Known as the static link library static link library
When using VC to build the project, the development platform for you automatically plus when using VC to build the project, the development platform will automatically provide you with some commonly used LIB, so you will feel when using DLL to load the LIB, but when some very DLL when you use, you will have to manually add the corresponding LIB, otherwise the compiler will not be able to identify the DLL function you use.
/******2.******/
1, static lib, including the implementation of binary code, the connection directly into the address space of the Exe file.
2, the DLL output of the lib, containing only the export function address and some address information, can help the Link program to complete the connection (at this time to arrange the call entry address and function callback information). At this point, the real code in DLL is executed at run time, and dynamic connections are implemented.
/******3.LIB file and DLL file from ******/
(1) lib is required at compile time; DLL is required at runtime.
If you want to complete the compilation of the source code, lib is enough.
If you also make dynamic linking programs run, DLL is enough.
In the development and debugging phase, of course, there is always the best.
(2) the general dynamic library program has lib files and DLL files.
您可能关注的文档
- 光伏方阵架的结构与基础设计(The basic structure and design of photovoltaic array frame).doc
- 光伏建筑一体化(二)(Building integrated photovoltaic (two)).doc
- 傅里叶效应解释(Fourier effect.).doc
- 光孝律寺导游词(点击下载)(Guangxiao temple tour guide word (download)).doc
- 光照培养中的光照强度和肥力变化对冷地早熟禾生长的响(In the cultivation of light intensity of illumination and the change of soil fertility on POA crymophila growth ring).doc
- 光纤放大器中光脉冲传输特性的影响(Effect of the propagation characteristics of optical pulse in optical fiber amplifier).doc
- 光伏电池封装(Photovoltaic battery package).doc
- 光纤水景设计,杭州华昱达水景(Fiber waterscape design, Hangzhou Hua Yuda Waterscape).doc
- 光学名词解释(Optical terminology).doc
- 光速不变原理理论的另一种推导(A new principle of constant speed of light theory).doc
- 动漫经典句子(Anime classic sentences).doc
- 动能和势能第四章(The fourth chapter of kinetic energy and potential energy).doc
- 助工考试建筑施工补充题目(Assistant Engineer exam supplement the topic construction).doc
- 动量守恒定律(The law of conservation of momentum).doc
- 助理工程师(Assistant Engineer).doc
- 势胜学(Potential science).doc
- 勘察技术方法考试要点(Exploration technique test points).doc
- 勘察院(Exploration Institute).doc
- 勘测定界的暂行方案(The survey of the interim plan).doc
- 勘测注册机械工程师报考条件(The survey candidates registered Mechanical Engineer).doc
文档评论(0)