Get C/C++ project support back with MonoDevelop 4.0 a.k.a. Xamarin Studio

依然范特西╮ 提交于 2019-12-12 15:39:34

问题


With the latest Xamarin Studio (relabeled from MonoDevelop 4.0), I cannot open .cproj projects anymore that worked in MonoDevelop 3.0.4.7.

The feature list says it's not supported on Windows but it also says "Page last modified 09:53, 27 Oct 2010"…

Is there a way to re-add the language binding? Do I need to recompile myself? Maybe there is a mirror of old MonoDevelop binaries for Windows?


回答1:


C/C++ has never been supported in MonoDevelop on Windows, though reportedly some users were able to get it working with a mingw32 environment. Unfortunately the addin was accidentally included in some of the MonoDevelop 3.0.x releases for Windows.

You could in theory just copy the C/C++ addin dll from a Mac/Linux machine, or build it from source on Windows, and drop it into your Xamarin Studio installation. And if you contribute fixes to make it work well on Windows it will be shipped in future XS releases :)




回答2:


I don't know whether you can add support to Xamarin Studio 4.0, but if you'd like to use an older version of MonoDevelop, binaries are available here: http://sourceforge.net/projects/monodevelop.mirror/files/



来源:https://stackoverflow.com/questions/15057041/get-c-c-project-support-back-with-monodevelop-4-0-a-k-a-xamarin-studio

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