Suport for MFC
-
The Free Compiler package offered by Microsoft, appears not to include MFC. Any ideas as to get access to MFC. Regards, Bram
Bram van Kampen
-
The Free Compiler package offered by Microsoft, appears not to include MFC. Any ideas as to get access to MFC. Regards, Bram
Bram van Kampen
Google is your friend: MFC MBCS DLL Add-on[^]
If you have an important point to make, don't try to be subtle or clever. Use a pile driver. Hit the point once. Then come back and hit it again. Then hit it a third time - a tremendous whack. --Winston Churchill
-
The Free Compiler package offered by Microsoft, appears not to include MFC. Any ideas as to get access to MFC. Regards, Bram
Bram van Kampen
MFC is (and was) only included with full Visual Studio versions. So you have to install a full version (e.g. the free Community version) if you need MFC support.
-
MFC is (and was) only included with full Visual Studio versions. So you have to install a full version (e.g. the free Community version) if you need MFC support.
Well MFC is Crucial to me, How do I do that. Thanks, :)
Bram van Kampen
-
Google is your friend: MFC MBCS DLL Add-on[^]
If you have an important point to make, don't try to be subtle or clever. Use a pile driver. Hit the point once. Then come back and hit it again. Then hit it a third time - a tremendous whack. --Winston Churchill
Thanks, It only suggests what I should have done at Install Time! Tried again a five hour re- install did not offer this option!
Bram van Kampen
-
The Free Compiler package offered by Microsoft, appears not to include MFC. Any ideas as to get access to MFC. Regards, Bram
Bram van Kampen
MFC is included in Visual Studio 2015 community edition which is free. MFC and ATL[^] You can create MFC or ATL programs with Visual Studio Community Edition or higher. If you do not select these components when you first install Visual Studio, you will be prompted to install them the first time you attempt to create or open an MFC or ATL project. The link to download VS2015 community is right there for free. Visual Studio Community 2015 with Update 3 - Free Downloads | Visual Studio[^]
In vino veritas
-
Well MFC is Crucial to me, How do I do that. Thanks, :)
Bram van Kampen
To get the free Visual Studio Community visit Free Developer Offers | Visual Studio[^]. See also Leon's post below.
-
MFC is included in Visual Studio 2015 community edition which is free. MFC and ATL[^] You can create MFC or ATL programs with Visual Studio Community Edition or higher. If you do not select these components when you first install Visual Studio, you will be prompted to install them the first time you attempt to create or open an MFC or ATL project. The link to download VS2015 community is right there for free. Visual Studio Community 2015 with Update 3 - Free Downloads | Visual Studio[^]
In vino veritas
Well Guys Got It!! Took me a While Thanks! Now I have to learn the Interface! :rose:
Bram van Kampen