How to convert VisualStudio project to Eclipse CDT

一曲冷凌霜 提交于 2019-12-10 14:36:08

问题


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!


回答1:


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.



来源:https://stackoverflow.com/questions/2431815/how-to-convert-visualstudio-project-to-eclipse-cdt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!