|
-
Apr 15th, 2002, 11:12 PM
#1
Thread Starter
Hyperactive Member
MFC in .NET
Is there MFC in the new .NET garbage?
Bababooey
Tatatoothy
Mamamonkey
-
Apr 16th, 2002, 05:45 AM
#2
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.
-
Apr 16th, 2002, 02:44 PM
#3
Monday Morning Lunatic
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
-
Apr 16th, 2002, 03:34 PM
#4
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.
-
Apr 16th, 2002, 04:37 PM
#5
Monday Morning Lunatic
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
-
Apr 16th, 2002, 08:13 PM
#6
New Member
MFC sucks! Borland VCL MUCH better!
-
Apr 16th, 2002, 11:12 PM
#7
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|