Results 1 to 8 of 8

Thread: .NET framework on Macs?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2003
    Posts
    30

    .NET framework on Macs?

    It would seem rather...counterproductive...of Microsoft to only release a windows version of their .NET framework. There are (to my knowledge, anyway) Java VMs for Macs, and if Microsoft is serious about "write once, run anywhere," they've got to have somehing for Macs.

    So now the question becomes: where is it?

    I'm a PC user myself, but I'm trying to release a .net program onto a bunch of macs...anything I ought to know?

    Or is there really no mac .net framework at all?

    Either way, thanks for your help in advance.

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    There is no framework for the Mac. Sorry. I really wish there was though, it would really help us .Net developers. If you truly need write once, run everywhere, you are limited to Java. Got to pick the right tool for the job on this one, and Java is that tool.

    There are people trying to work on porting the .Net framework to other systems though besides windows....mainly linux though. www.go-mono.com

  3. #3

    Thread Starter
    Junior Member
    Join Date
    May 2003
    Posts
    30
    Is there any way at all, then, that I can write programs in VB that will run on macs? Or am I completely screwed without switching to Java?

  4. #4
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    I know of no way... Maybe someone here has some trick, but I think that it would involve some other application like an emulator because the Framework classes call the windows API, which isn't available on the MAC. Same with VB6.

    Java would be your best bet. Sorry....

  5. #5
    Addicted Member
    Join Date
    Oct 2002
    Posts
    241
    Not sure about .NET, but RealBasic is available for Macs and it is almost identical to VB and very easy to use. It also comes with documentation on switching from a PC programmer to programming for the Mac. You can even compile the same program for the PC and the Mac.

  6. #6
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    Since OS X is Unix based, there are a few .NET projects that work under the UNIX platform, so i dont see why it wouldnt work. I dont own a MAC so i cant be 100% sure.
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


  7. #7
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    I forgot that OSX was unix based. Is mono only for linux, or is it going to be for unix?

  8. #8
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Mono is BSD based, which is Unix based. But just because something runs on nix, doesnt necesasrily men it will run on OSX. Mono is being worked on for OS X as well
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

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