How to open a vcproj file from Eclipse CDT?

后端 未结 2 603
春和景丽
春和景丽 2021-02-03 10:45

I know, the question has already been asked but the answer doesn\'t meet my requirements.

So is there is any way to import a Visual Studio project with all its parameter

2条回答
  •  借酒劲吻你
    2021-02-03 11:49

    With the risk of being a detracted answer from your question, I believe that the solution is NOT to convert a vcproj to an EClipse CDT project. You should use a better build toolchain (e.g. CMake). Once such a toolchain is in place, you can create a Visual Studio project, an EClipse CDT project, a QtCreator project, a XCode project, ... from the same build configuration files.

    That way, when the next IDE for C++ comes along, nobody will be wasting their time converting project files.

提交回复
热议问题