Preparation

Phase 1 is preceded by some preparatory work:

1. Preparing your C code

This includes compiling your C code with a high warning level and checking it for migration issues with the MFC migration tool.

2. Creating an MFC Skeleton Application

This includes creating an MFC skeleton application, moving your C code into the MFC project, merging your resource file with the MFC project's resource file, and trimming your include lists.