Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I know this might sound awful.

Is there any implementation of .NET for Mac computers so I can write C++.NET apps for the library (like GTK+ etc.)?

share|improve this question

3 Answers

up vote 11 down vote accepted

Mono will run on a mac.

share|improve this answer
mono-project.com/Main_Page – AlexRednic Jun 13 '10 at 20:06
Note that Mono doesn't implement all .Net features, and doesn't implement the latest version of .Net. Having said that, it DOES support enough for most applications. – Eric J. Jun 13 '10 at 20:06
So is there a C++/VB/C# compiler as well? – Shimmy Jun 13 '10 at 20:07
It appears OP wants a C++ solution, which Mono doesn't provide out of the box (yet). However, yes there's a C# compiler. – BoltClock Jun 13 '10 at 20:07
@Eric but mono implements some features .net doesn´t have like LINQDB – kamahl Jun 13 '10 at 20:21
show 8 more comments

If you want to compile c++ on a mac, why do you want .net? Especially when you use GTK+?

share|improve this answer
3  
Who downvoted? Maybe it should have been a comment, but this is a valid question. C++/CLI or whatever they're calling these days isn't exactly the most elegant of platforms. – Joel Coehoorn Jun 13 '10 at 21:04

You should be able to run Mono on Mac. http://www.mono-project.com/Main_Page

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.