CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 10 of 10
  1. #1
    Join Date
    Jun 2001
    Location
    Islamabad, Pakistan
    Posts
    113

    Question How do I get a MAC in C#

    Any suggestions??????

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    so you want to write a C#.NET on MAC machine ? is that your point is.

    reffer to old archive
    codeguru


    Paresh
    - Software Architect

  3. #3
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    forgot to mention that Rotor is available for the use in MAC OS. CLI is available for .NET Framework on MAC operating system.

    you can check out

    Rotor

    Paresh
    - Software Architect

  4. #4
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890

    Thumbs up

    check out
    MSDN - MAC



    Paresh
    - Software Architect

  5. #5
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    Rotor, Mono and .NET: Bridging the Gap on 3 Fronts - Academia,
    Enthusiasts, and Business

    In late 2001, with the approval of Microsoft's Common Language
    Infrastructure specification by the ECMA, came a whole new possibility
    for .NET. Not only were the underlying aspects of .NET fully
    standardized, but one of its key languages, C#, was accepted as a
    standard too! The promise of .NET became even more enormous! Third
    parties could take this 523 page CLI specification and 498 page C#
    specification and implement the inner workings of .NET on their own.
    What the community saw nearly immediately was a dedicated interest to
    have .NET working on other operating systems, namely several Linux
    distributions. The goal of the Mono Project was to re-implement .NET
    to its fullest so that Linux developers can finally be able to
    interact with their Windows counterparts more easily. Further along,
    Microsoft released a beta version (now final release) of the Rotor
    Project. This was a "shared source" implementation of .NET for the
    academic and enthusiast communities that runs on FreeBSD, Windows XP,
    and even Mac OS X!

    - Software Architect

  6. #6
    Join Date
    Jun 2001
    Location
    Islamabad, Pakistan
    Posts
    113

    Unhappy Oops..I meant Media Access Control address

    Sorry, my mistake...I should have said MAC address......Well.....Got any suggestions now???

    MAC, Short for Media Access Control address, a hardware address that uniquely identifies each node of a network.
    Last edited by FaisalJ; March 19th, 2003 at 12:09 AM.

  7. #7
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    so do you want the Media player in your application or what ? you need to elaborate it bit.

    Paresh
    - Software Architect

  8. #8
    Join Date
    Feb 2003
    Location
    Oklahoma City, OK
    Posts
    63
    psssst paresh, I think he means the network MAC address of a Network Interface Card

  9. #9
    Join Date
    Jun 2001
    Location
    Islamabad, Pakistan
    Posts
    113
    Exactly....

    Any way I found this good article
    http://www.codeguru.com/network/GetMAC.html

    Someone has given the C# code as well
    http://www.codeguru.com/mfc/comments/49119.shtml

    But it uses the Unsafe code.........

    Im looking for a pure C# way to get the address.

  10. #10
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    i think the C# code will look preety much same on all platforms since only .NET CLR layer is changed.

    Paresh
    - Software Architect

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

Featured