Hi Answer inline
On 5. 12. 2013., at 15:17, maxtrix11 <[email protected]> wrote: > 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? Xcode will be launched from Xamarin Studio when clicked on xib. > > 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? Gtk# is possible, but consider working wih AppKit > > 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? Use Xamarin studio (monodevelop) Cheers Mel > > Please help Miljenko Cvjetko http://holisticware.net Sent from my iPhone > > -- > 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 _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
