|
-
Mar 2nd, 2006, 09:12 PM
#1
Thread Starter
Lively Member
DotGNU
After I compile somthing with DOTGnu, whats needed for it to run on a MAC? Like what do they need to install?
-
Mar 3rd, 2006, 02:13 PM
#2
-
Mar 5th, 2006, 12:20 AM
#3
Re: DotGNU
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.
Last edited by tr333; Mar 5th, 2006 at 12:33 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|