有一个dll项目,我可以强制它链接到静态库吗?
想知道如何生成静态库。有什么快速方法可以将 dll 输出转换为静态库吗?
wondering how to generate static library. Some quick method to turn a dll output to static lib?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在属性中,转到配置属性 ->一般的。将“配置类型”更改为“静态库”。您可能需要将 MFC 的使用(如果您正在使用它)更改为静态。
In Properties, go to Configuration Properties -> General. Change 'Configuration Type' to 'Static library'. You may need to change the use of MFC (if you are using it), to static.