C++/CLI:使用 /CLR 支持编译静态库
我们有旧的(工作)代码,其中包含使用 /CLR 编译的静态库和链接到静态库的 C++/CLI DLL。我们即将向这个静态库添加新功能。
现在,我从许多来源听说 Microsoft 不支持 CLR 静态库,因此在我们开始向该项目添加新功能之前,我正在推动清理这一问题并切换到 DLL。但是,我无法从 Microsoft 找到任何与此相关的官方信息(例如,从 MSDN - 除了他们的论坛)。
我将不胜感激有关整个“带有 CLR 的静态库”问题的任何资源。
We have old (working) code that consists of a static library compiled with /CLR, and a C++/CLI DLL that links to the static lib. We are about to add new features to this static lib.
Now, I've have heard from numerous sources that CLR static libraries are not supported by Microsoft, and therefore I'm pushing to clean this up and switch to DLL before we start adding new features to this project. However, I haven't been able to find any official information from Microsoft regarding this (say, from MSDN - other than their forums).
I will appreciate any resources about this whole "static lib with CLR" issue.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论