In Visual C++, select New from File menu.
You will see "New" dialog. I section Projects select OWL
AppExpert for VC. Enter project name, location and press Ok
Will appear first Step of OWL AppExpert - Selection Module Type: Windows
GUI Application and Press Next button.
In this Step you have to select Windows model for our application, we
creating SDI based application so choice is "SDI (Single Document)". Additional
options: Document/View, For simple application you don't need Doc/View model. It's your
decision to use or not to use Document/View model, and it's very depends on application
you developing. Press Next to go to next Step.
Next Step offer to you various options. Some of them not applicable for
your application and even you select them, nothing happens. Options "Mail"
currently applicable only for Document/View application. Press next button.
Administrative options: this strings will be inserted in to header of
*.h and *.cpp files, you will able change them later in ClassExpert. Press Next.
In this Step you can change Titles for your application. Background
color not applicable for SDI.
In next Dialog you can select SDI Client/View base class and name of
your class, filters, used in FileOpen dialog.
If you select use Document/View you will also see option select base Document. This is a
last page, now press Finish button
On "New Project Information" dialog, press Enter.
. Press enter on "Important notes" Dialog.
.Now you have to reload VC project. This is due to some settings, OWL
AppExpert doing directly in VC project file, limitation VC interface not allows do this in
other way. If you will save VC project this setting will be overridden and lost. So press
Alt-F-K (close project) and Alt-F-R-1 (Open last closed project).
.Its All :)