Properties view, New project wizards, Local new project wizards – HP Integrity NonStop H-Series User Manual
Page 126: Project types

Properties view
The properties view shows properties for the currently selected item in the NonStop Project Explorer
view. For details, see the C/C++ Development User Guide.
New project wizards
NSDEE provides separate project wizards for local and remote projects, as well as one import
wizard that creates local makefile projects from existing source. This section describes each of
these wizards.
Local new project wizards
There are four separate new project wizards for local projects. Each is language-specific but almost
identical otherwise. Each wizard has four-to-five wizard pages, all of which are described below.
NonStop C, C++, COBOL, and pTAL Project wizard pages
Except for their names, the first page of all four local new project wizards are the same. The settings
on the first page for these wizards are described in
.
Table 6 NonStop C, C++, COBOL, and pTAL Project wizard page settings
Description
Setting
Enter name for top-level project folder.
Project name:
Deselect to create project outside of workspace; else,
project is created as a top-level directory in your
workspace.
Use default location
If you deselect Use default location, enter path of your
project in this field.
Location:
Choose type of project to create.
describes the project types in the list.
Project type:
Choose one or both tool chains depending on whether you
want to build for TNS/E, TNS/R, or both.
Toolchains:
This check box is not applicable to NonStop projects. (New
project wizards are extended from CDT where the check
box is useful.)
Select project types and toolchains only if they are
supported on the platform
describes the project types listed in the Project type: list.
Table 7 Project types
Description
Setting
Select Empty Project to create a managed project that
builds an executable. Select the Hello World project in the
NonStop Executable
language associated with the project (for example, Hello
World COBOL project) to create a project with a sample
source file for a hello world program.
Select Empty Project to create a managed project that
builds a dynamic link library.
NonStop Dynamic Link LIbrary
Select Empty Project to create a managed project that
builds a linkfile. (Linkfile projects provide a way to breakup
your application into multiple projects.
NonStop Linkfile
Select Empty Project to create a managed project to build
an archive library.
NonStop Archive Library
126
Reference