|
-
August 3rd, 2009, 10:09 PM
#1
Visual Download
I need a Visual C++ download that supports MFC. I have looked on the internet and it said that Microsoft Visual C++ 6 supports it but when i look it up it just gives me a service pack.
Can someone give me a download link to a MVC++ that supports MFC? I am not totally sure if 6 does that and 6 doesn't even sound right because they usually give one by year.
-
August 3rd, 2009, 10:50 PM
#2
Re: Visual Download
To my knowledge no free version of MSVC includes MFC.
-
August 3rd, 2009, 10:51 PM
#3
-
August 3rd, 2009, 11:17 PM
#4
Re: Visual Download
is there anything that does support MFC that is a basic C++ compiler?
-
August 3rd, 2009, 11:25 PM
#5
Re: Visual Download
Not in a free download.
MFC is kept proprietary by Microsoft. Any of the paid versions will have it, but not the express, in any version.
You'll have to consider another framework, WTL, wxWidgets or Qt, maybe FLTK if you're studying/experimenting.
Many believe Qt to be quite superior.
If my post was interesting or helpful, perhaps you would consider clicking the 'rate this post' to let me know (middle icon of the group in the upper right of the post).
-
August 3rd, 2009, 11:30 PM
#6
Re: Visual Download
yea but with Qt you have to put Q in front of everything and it makes it seem hard because they added one letter
-
August 4th, 2009, 12:03 AM
#7
Re: Visual Download
.... you're joking, right?
-
August 4th, 2009, 10:05 AM
#8
Re: Visual Download
I'm just trying to be a little funny xP i need to read a book or something on Qt. When i got Qt i was pretty surprised what it could do but unfortunately it didn't automatically put the code for for buttons for what it can do. :P
-
August 4th, 2009, 10:10 AM
#9
Re: Visual Download
true. QT doesn't autogenerate function bodies. But that is done by adding 1 line to the public slots (you don't need to use the 'connect' statement for this) and adding 1 line and 2 brackets for a empty body implementation. Maybe the autogenerate functionality will be added to QtQreator later on. But these things shouldn't be influencing your choice of language.
-
August 5th, 2009, 09:42 AM
#10
Re: Visual Download
It isn't neccisarily influencing my choice of language more that it is influencing what i am using to make my programs.
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
|