After I compile somthing with DOTGnu, whats needed for it to run on a MAC? Like what do they need to install?
Printable View
After I compile somthing with DOTGnu, whats needed for it to run on a MAC? Like what do they need to install?
It's on DOTGnu's website: http://pnetframework.sourceforge.net/
if you can live without using System.Windows.Forms on a mac, then Mono is probably a better option (you can create .app folders with macpack). you would have to use another GUI toolkit such as wxWidgets (use wx.NET to access it from C#) as System.Windows.Forms is not supported very well on the mac platform. wxWidgets also has the advantage that it looks like a native application on whatever OS it is run. There are many GUI designers for wxWidgets that can write C# code, such as wxGlade and wxDesigner.
EDIT: i switched from using SWF because both Mono and DotGNU do not have a working "DataGrid" control.