Two Questions:
-
Is there any way to write cross platform programs on Microsoft Visual Studio?
-
If there isn’t then could I write a C# application on VS2008 and recompile it with MonoDevelop and have it work?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1 – I dont’ think so. Not without something like Mono.
2 – Yes you can, but Mono doesn’t cover all the framework – they are working on it. The best thing to do is check with the Mono Migration Analyzer. The Mono Migration Analyzer (MoMA) tool helps you identify issues you may have on Mono – http://mono-project.com/MoMA.
I have found most of my .NET 2.0 applications can be converted, but you may need some tweaks.