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.
有关如何将 MSVS 2010 解决方案 (.sln) 或 VisualC++ 项目 (.vcxproj) 导入 Dev-C++ 4.9.9.2 的任何建议?
有一个从 VS 6.0 导入 .dsp 项目文件的选项,但我能找到的就是这些。
“IDE”不以任何方式支持它,并且由于它的开发不久前停止,我想没有插件可以做到这一点。
您必须手动完成,这可能还需要修改源代码,因为 Dev-C++ 4.9 有非常旧的编译器。
我建议使用 Visual Studio Express 版本,即使在 2012 版本中也可以轻松打开/转换您的项目。