Results 1 to 7 of 7

Thread: MFC in .NET

  1. #1

    Thread Starter
    Hyperactive Member noble's Avatar
    Join Date
    Nov 2000
    Location
    Philly
    Posts
    471

    MFC in .NET

    Is there MFC in the new .NET garbage?
    Bababooey
    Tatatoothy
    Mamamonkey

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    No, .NET is there to replace all current MS libraries. MFC is obsolete with .NET (but I'll still use it, it's undoubtly much faster)
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Originally posted by CornedBee
    No, .NET is there to replace all current MS libraries. MFC is obsolete with .NET (but I'll still use it, it's undoubtly much faster)
    Debatable, I expect.

    The CLR has some interesting compilation features in it (cross-compilation between VB and C++, anyone?)
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Nice feature, but I don't use VB and don't want to use it. I think of .NET as some evil MS thing, although I might have to learn it someday.
    And MFC may not offer any cross-language (or even cross-compiler) capabilities, but it is faster. (The CLR is in some byte-code like thing, as are the .NET apps, or at least that's what I've heard)
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  5. #5
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Originally posted by CornedBee
    Nice feature, but I don't use VB and don't want to use it. I think of .NET as some evil MS thing, although I might have to learn it someday.
    And MFC may not offer any cross-language (or even cross-compiler) capabilities, but it is faster. (The CLR is in some byte-code like thing, as are the .NET apps, or at least that's what I've heard)
    .NET starts as bytecode, but the only difference is that the programs take a little longer to start since they're fully compiled and optimised in one go, rather than Java which does it on the fly.

    In .NET the language you use doesn't really matter, VB, C++, C#, you still end up in the same place.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  6. #6
    New Member
    Join Date
    Apr 2002
    Posts
    10
    MFC sucks! Borland VCL MUCH better!

  7. #7

    Thread Starter
    Hyperactive Member noble's Avatar
    Join Date
    Nov 2000
    Location
    Philly
    Posts
    471
    sigh
    Bababooey
    Tatatoothy
    Mamamonkey

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