Visual C++ 6 Unleashed

Visual C++ 6 Unleashed

By MICKEY WILLIAMS and David Bennett

Summary

One of the most important features of the Visual C++ 6.0 Developer Studio is the introduction of Application Wizards, which greatly simplify the task of creating new projects by already including all of the boilerplate skeleton needed for the new project, enabling you to spend more time on the important areas of your projects.

In this chapter, you learned how to extend this feature even further by creating your own AppWizards, which can be tailored to create new projects that come with your own custom features preinstalled.

You learned that there are three different ways to create a custom AppWizard: You can start with an existing project, you can extend an existing AppWizard, or you can create a new AppWizard from scratch.

You also learned about the different files, templates, and macros used when creating AppWizard. The newproj.inf and confirm.inf template files are used to provide feedback to the user. Other text and binary template files are used to create the files used in a new project.

Finally, you learned how to compile, install, and debug a custom AppWizard.

Share ThisShare This

Informit Network