Use a new version of Visual Studio with an older version of MFC?

From my understanding, Visual Studio 2005 always uses MFC8 automatically, VS2008 MFC9 and VS2010 MFC10.

Can I use the new version of Visual Studio and still reference the older version of MFC?

I was looking for project parameters and settings, but I could not find any option in MFC.

+4
source share
1 answer

VS2010, apparently (I donโ€™t have it, so I havenโ€™t tried it) has the ability to use both the VS2008 toolkit and the VS2010 to create applications, provided that they are both installed in the machine.

More here

I would expect Visual Studio 11 to have the same ability, but who knows ...

+1
source

Source: https://habr.com/ru/post/1393139/


All Articles