I have a Winforms Application i intent to port it to Mac using Mono for Mac.Mono migration Analyzer says all the components cannot be ported.so i have decided to write from scratch(reusing the code).I have downloaded and installed Mono for Mac and Xcode on Mac OSX
1.How to design the UI? I can see that Mono for Mac has a GTK# UI builder,but GTK# is confusing.which is the best GUI Toolkit to easily design the UI? 2.Since Mono supports win-forms,i tried using mono c# compiler to compile the code.But it shows a lot of exceptions and in case of large project i will have a number of .cs files and may be libraries.How can i compile it via command line? Please help -- View this message in context: http://mono.1490590.n4.nabble.com/Porting-Winforms-App-to-Mono-tp4661453.html Sent from the Mono - WinForms mailing list archive at Nabble.com. _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
