gpt4 book ai didi

c# - 将 Visual Studio 6 库转换为 Visual Studio 10

转载 作者:太空狗 更新时间:2023-10-29 20:45:48 24 4
gpt4 key购买 nike

我现在只是在查看选项,但我有大量的 C 库是在 Visual Studio 6 中编写的静态链接 .lib。需要在将调用这些库的 Visual Studio 2010 中完成较新的开发,并且已经决定尽管调用这些旧库有可能的解决方案,但它们应该更新到 Visual Studio 2010。作为转换的一部分,它是看起来我们不妨将它们转换为 OO 语言。无论是 C++、C++/CLR 还是 C# 都有待讨论。

新的应用程序可能会用 C# 编写,将调用这些库。

最好将库转换成什么?它还需要是一个相当简单(即不太耗时)的选项。我认为将它们转换为 C# 的工作量太大。非托管 C++ 是最简单的,但 C++/CLR 会是一个很好的中间地带吗?我在这里认为,从 C# 调用 C++/CLR 比非托管 C++ 更容易,因此值得在这里多做一些工作

最佳答案

Rewriting from scratch is not an option. There are over 100 libraries and a lot of code.

如果重写它们不是一个选项,我不理解这个声明。

As part of that conversion, it is looking likely that we might as well convert them to an OO language. Whether that be C++, C++/CLR or C# is up for discussion.

您不能将 C 代码“转换”为 C# 和/或 C++/CLR 代码。唯一正确的术语是完全重写。听起来你最好只在最新的 visual studio 中加载项目并按原样编译它。

如果它已经工作,则没有理由更改 dll 的编写语言。

听上去……考虑到您对术语非托管 C++ 有疑问,您似乎不熟悉您建议的任何语言。

We have already gone down the route of leaving these libraries as C written in VS 6 and trying to call them from C# written in VS 2010. It got a little messy and it was decided that this was not a good long term direction.

这意味着您唯一真正的选择是重写库,以便更易于使用。仅仅切换到 C++ 并不能解决您遇到的问题。您可以在 C++ 中使用 C 风格约定而不会出现问题。

关于c# - 将 Visual Studio 6 库转换为 Visual Studio 10,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9615803/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com