• Start Visual C++. Go to File/New/Projects . Click on "MFC AppWizard(exe)". Choose location. Enter the project name "OutputCOMEditor". Click OK.
  • In the "MFC AppWizard -Step 1" window leave defaults "Multiple Documents" and "Document/View architecture support". Click "Next".
  • In the MFC AppWizard Wizard -Step 2 of 6 leave default "None". Click "Next".
  • In the MFC AppWizard Wizard -Step 3 of 6 leave default "None", install "Automation", leave "ActiveX controls". Click "Next".
  • In the step 4 remove all the checks except for "3D controls". Next.
  • Accept all the defaults "MFC Standard", "Yes,please", "As a shared DLL" on the step 5 .
  • On the final step change the "Base class" to CEditView. The final window should look as shown . Click "Finish". "OK".
  • Build and run the application (Ctrl-F5). It should have basic functionality: you can edit, copy, cut, paste, save and open. Quit the application. It may ask if you want to save results. Click "No".
  • 1
    Hosted by www.Geocities.ws