Sunday, 15 July 2012

c++ - How do I know if a project is MFC application -



c++ - How do I know if a project is MFC application -

my friend has given me visual studio project , lots of files. know sure c++ application. want verify if mfc application or not.

the issue since project has been developed on higher version (vs 2013) mine (vs 2010), not opening in vs 2010.

so thought create new project , gradually add together these files.

but when seek create new project , have many options take , such mfc, win32 etc. guess mfc application. sure want verify project indeed mfc application. how do ? looking @ project files!

look source files , check if afx.h or afxwin.h included where.

project settings secondary. if such header file used in project mfc libraries included in link phase.

c++ visual-studio-2010 mfc

No comments:

Post a Comment