进口图书馆受益 [英] Import Library benefit

查看:313
本文介绍了进口图书馆受益的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

了解静态和动态链接的优缺点。但是,导入图书馆的好处是什么?

解决方案

正如所述答案导入库(又名stub库)是有用的,当一个人想要链接动态可执行,但不想混淆LoadLibrary和GetProcAddress函数。


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

解决方案

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.

这篇关于进口图书馆受益的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆