如何将 VisualStudio 项目转换为 Eclipse CDT

发布于 2024-08-25 01:42:58 字数 132 浏览 5 评论 0原文

问题已经在标题里了。我有一个构建 .dll 的 Visual Studio 项目。现在我需要针对 MacOS X 和 linux 的相同库,因此我想将 VS 项目转换为 Eclipse 并针对这两个平台进行编译。 我将非常感谢任何提示、提示或指导!

The question is already in the title. I have a Visual Studio project which builds a .dll. Now I need the same library for MacOS X and linux, so I would like to convert the VS project to Eclipse and compile it for both platforms.
I will be very thankful for any tips, hints or guidance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

莫言歌 2024-09-01 01:43:01

首先,你需要知道你必须使用哪个编译器,然后
1.可以将MakeFile中的项目转换并在Eclipse中创建Makefile项目
2.或者您可以尝试将项目转换为特定于编译器的项目。

First of all, you need to know which compiler you have to use, then
1. you can convert the project in a MakeFile and create a Makefile project in Eclipse
2. or you can try to convert the project in a compiler-specific project.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文