Visual C++ 6 Unleashed

Visual C++ 6 Unleashed

By MICKEY WILLIAMS and David Bennett

Building a Custom AppWizard

When you created your custom AppWizard project with the Custom AppWizard Wizard, all the project settings for your project were set to create a new AppWizard. In general, you shouldn't need to modify any of these settings, other than adding template files to the project.

When you build a custom AppWizard project, the code for your custom AppWizard is compiled to build an AppWizard DLL, which is given the extension .AWX. This file also is copied to Developer Studio's Template directory, which is located in the following subdirectory (assuming a default installation):

C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Template

If your project was built successfully, you will notice that you now may use the new AppWizard by selecting it from the New Project dialog box, just as you would use any other AppWizard.

Share ThisShare This

Informit Network