Import Library benefit

℡╲_俬逩灬. 提交于 2019-12-14 03:22:45

问题


I understand pros and cons of static and dynamic linking. But what is the benefit of Import Library?


回答1:


As it is stated in this answer import library (a.k.a. stub library) is useful when one wants to link executable dynamically but do not want to mess with LoadLibrary and GetProcAddress functions.



来源:https://stackoverflow.com/questions/39401403/import-library-benefit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!