PLEX86  x86- Virtual Machine (VM) Program
 CVS  |  Mailing List  |  Download  |     Newsgroups    

Introduction to Mono Your first Mono app 1514


Your Ad Here

Your Ad Here

What version did you install? The base version, if you just:

# emerge mono

will give you like 0.28 or something awful old... You will probably want to make use ofetc-portage-package.keywords to make sure you get the latest 1.0.6 version. If you feeling daring, then you can get the 1.1.4 version - this is the development version for the mono 1.2 release. 1.2 should have System.Windows.Forms support and also have implemented the C# 2.0 spec - adding things like generics, anonymous methods, partial types, etc.

Also, you will probably want to make sure you merge some of the extra stuff, like glade-sharp, gtk-sharp, etc. if you want to do any sort of gui development. An easy way to do this is really to:

LinuxElectrons Daily Digest 1515
This is the daily digest from LinuxElectrons for 03-03-05 Stop by the forums and say Hi at: ------------------------------ breastle: Cost-effective Fingerprint...
An end to tweaking 1516
Some drivers become "locked" once loaded, because they're essensial to the running of the system...

# emerge monodevelop

An end to tweaking Approved: yes
On Mon, 11 Jul 2005 09:01:52 -0700, comp.os.spil Doinganythingrecursive with DOS batch makes my head hurt. ;) It...

and make the appropriate entries in the packages.keywords file so that you get a smoth install. After that, you'll want to:

# emerge glade

This will let you use glade coupled with the glade-sharp library to build your gui's using the glade gui designer. It is actually really slick. I've been working on a little gui front end for bzfs (bzflag server) using this method, and it actually makes the work go much, much faster. Anyway, there you have it. If your interested in really seeing what mono can do, these are the tools I recomemend. If you don't like using monodevelop - there is always vim :) And, the great thing is that gentoo's vim comes with a pretty good syntax highlighting file for C#...

-- Tom Shelton



Your Ad Here

Linux | Previous | Next

LinuxElectrons Daily Digest 1515

Linux Advocacy from Newsgroups

The #1 Usenet Provider on the Internet

Introduction to Mono Your first Mono app 1513