Results 1 to 3 of 3

Thread: DotGNU

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2006
    Posts
    66

    DotGNU

    After I compile somthing with DOTGnu, whats needed for it to run on a MAC? Like what do they need to install?

  2. #2
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: DotGNU

    It's on DOTGnu's website: http://pnetframework.sourceforge.net/
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  3. #3
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    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.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width