Click to See Complete Forum and Search --> : MFC and ATL at .Net


ChristianB
July 11th, 2001, 06:18 PM
Will MFC works at .NET Framework or all applications with MFC will use Managed extensions for C++ ?

What should do I in a new project, work with VC++ and MFC or with C#?

Thanks for the help!

Brad Jones
July 12th, 2001, 08:19 AM
Partial answer to your questions:

If you are only targeting the Windows platforms, then it shouldn't matter if you use MFC/C++ or C#. Both can create applications for the platform*.

nicky99
January 23rd, 2002, 04:32 AM
as MFC is not a part of .NET framework application developed in MFC will work not work on a machine without windows( eg: a unix machine with .NET framework).
But app developed in c# will work fine ith the above specified machine.