[ Pobierz całość w formacie PDF ]
.When the custom AppWizard user clicks the "Finish" button, MFCAPWZ.DLLparses this template and sends the output to the New Project Informationdialog.Initially, this file is identical to the Confirm.inf template usedby AppWizard.If you add your own custom steps to the standard AppWizardsteps, you’ll need to add text, macros, and directives to this templatethat reflect each feature a user can choose in each custom step.Template\NewProj.infThis template lists all of the templates other than Confirm.inf andNewProj.inf which your custom AppWizard will use to generate a project.After MFCAPWZ.DLL parses this template, the output lists the othertemplates to be parsed and what the output files should be called.Initially, this file is identical to the NewProj.inf template usedby AppWizard.If you add your own custom steps to the standard AppWizardsteps which require that additional files be generated, you will need toadd statements, macros, and directives to this template that can build aproject for any combination of features a user can select from the customsteps.See the documentation on custom AppWizards for a more completedescription of this template and the project generation process in general.You have also been provided with copies of the templates used by AppWizardto generate an executable.You are free to modify any of these templatesto customize them any way you like.For example, you may wish to changethe source code tabbing style, or to include your company's copyrightmessage at the top of each source code file.If you delete any of thesetemplates, AppWizard's copy of the template will automatically be usedwhen your custom AppWizard generates projects./////////////////////////////////////////////////////////////////////////////Other Standard Files:StdAfx.h, StdAfx.cppThese files are used to build a precompiled header (PCH) filenamed AboutWiz.pch and a precompiled types file named StdAfx.obj.Resource.hThis is the standard header file, which defines new resource IDs.Visual C++ reads and updates this file./////////////////////////////////////////////////////////////////////////////Other Notes:AppWizard uses "TODO:" to indicate parts of the source code youshould add to or customize
[ Pobierz całość w formacie PDF ]