My VC++ MFC solution includes four project.
- Two project build as DLLs
- One project build as Static Lib
- One project build as exe with using above three libraries.
I need to host this application without CLR support in windows XP. so I use configuration Use of MFC as Use MFC in a Static Library in all four project.
So my question is what should be the C++-> Code Genaration Configuration for each project.