如何将动态dll转换为静态lib?

编程入门 行业动态 更新时间:2024-10-23 12:36:46
本文介绍了如何将动态dll转换为静态lib?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我写了一个程序helloworld.exe;它取决于a.dll。我没有a.dll的源代码,这是一个动态dll。如何将它改为静态库,所以我可以链接到helloworld.exe?

I write a program helloworld.exe; it depends on a.dll. I don't have the source code of the a.dll, which is a dynamic dll. How can i change it to static library, so I can link it into helloworld.exe?

推荐答案

方式这样做。 DLL是完全链接的可执行格式文件,其中静态库是收集在一起的单独对象文件的集合。有了一点工作,你可以将一个静态库转换为DLL,但做相反的是不平凡的(轻轻地)。

Sorry, but there's no direct way to do so. A DLL is a fully linked executable format file, where a static library is a collection of separate object files collected together. With a little bit of work, you can convert a static library to a DLL, but doing the reverse is non-trivial (to put it mildly).

更多推荐

如何将动态dll转换为静态lib?

本文发布于:2023-11-01 12:31:26,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1549339.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:转换为   如何将   静态   动态   dll

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!