Manual
Creating Windows-hosted projects with managed builds
To create a Windows-hosted project with managed builds using cross compilers and tools, from
the NonStop Development perspective:
1. Select one of the following menu items from the New submenu of the File menu:
• C Project
• C++ Project
• COBOL Project
• pTAL Project
A new project wizard opens, such as the NonStop COBOL Project wizard Figure 31 (page
78), that is specific to the chosen menu item.
Figure 31 NonStop COBOL Project wizard
2. Enter a project name in the Project name: field.
3. To create the project in a non-default location, deselect the Use default location check box
and enter a path in the Location field, or select Browse... to browse for a path.
4. Expand any of the following folders in the Project type list and select Empty Project. You can
optionally create a Hello World program in the NonStop Executable folder. The folders
represent the following types of managed projects:
• NonStop Executable — A project that builds an executable file.
• NonStop Dynamic Link Library — A project that builds a library that a program can load
at run time.
• NonStop Linkfile — A project that combines object files into a single linkfile that can link
with a final executable built in another project.
• NonStop Archive Library — A project that builds an archive library.
78 Tasks