Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 c# 代码将 Visual c++ 6.0 项目升级到 Visual Studio 2010。之后,如何使用 c# 代码自动构建 Visual Studio 2010 项目并记录错误和预热到文件。谢谢 :)
C# 和 C++ 是完全不同的语言,具有极其不同的库。
你永远无法做到这一点;您需要在 C# 中从头开始重写您的项目。(或者只是坚持使用 C++)