PDA

View Full Version : Mono 1.0 - .Net implementation for various UNIX-like operati...




MacBytes
Jun 30, 2004, 05:03 PM
Category: 3rd Party Software
Link: Mono 1.0 - .Net implementation for various UNIX-like operating systems including Mac OS X. (http://www.macbytes.com/link.php?sid=20040630170305)
Posted on MacBytes.com (http://www.macbytes.com)

Approved by Mudbug



winmacguy
Jun 30, 2004, 05:50 PM
things are starting to sound pretty good for incorporating Apple into mainstream IT.

Nermal
Jun 30, 2004, 07:04 PM
I tried Beta 3 the other day. I wrote a console app in VB.NET 2003 on a Windows computer, then copied it across to my Mac and ran it via Mono. It worked :D

A GUI app, on the other hand, complained that Winelib was missing. After several attempts, I couldn't get it working :(

NuPowerbook
Jun 30, 2004, 11:00 PM
If I were to use mono, is there any way to serve ASP.NET pages on my mac, or is that still out of the question?

Nermal
Jul 1, 2004, 12:53 AM
It's definitely a goal of the project, but I have no idea whether it works in the current release.

MacCoaster
Jul 1, 2004, 01:27 PM
A GUI app, on the other hand, complained that Winelib was missing. After several attempts, I couldn't get it working :(
If you have X11 and GTK installed, you can try using GTK#. GTK# works well on Mac OS X, Windows, and free UNIX.
If I were to use mono, is there any way to serve ASP.NET pages on my mac, or is that still out of the question?
I haven't any experience on this yet, even on Linux. But you might want to take a look at mod_mono and see if it compiles on Mac OS X (last time I tried I couldn't, but that was with Beta 1).