C++/CLI:使用 /CLR 支持编译静态库

发布于 2024-08-31 18:05:33 字数 249 浏览 1 评论 0原文

我们有旧的(工作)代码,其中包含使用 /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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文