可以将静态库链接到 DLL 吗?
假设我有一个名为 foo
的应用程序、一个名为 lib
的库和我自己的名为 col
的 DLL。
foo
被编码为从 col
DLL 中获取一些代码和资源。但是,如果我将 lib
静态链接到 col
并且 foo
会找到它,它会起作用吗?是否可以?
注意:我说的是 Visual C++,而不是 GCC
Let's say I have an app called foo
, a library called lib
and my own DLL called col
.
foo
is coded to take some of its code and resources from the col
DLL. But would it work if I were to statically link lib
to col
and foo
would find it? Is it possible?
Note: I'm talking about Visual C++, not GCC
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论