A sample programs and projects – HP Integrity NonStop J-Series User Manual
Page 156

A Sample programs and projects
Sample programs and projects are included with the NSDEE product. To access these files, unzip
the Examples.zip file located at:
<eclipse install directory>\plugins\com.hp.nsdee_4.0.0\
Examples.zip
can be unzipped to any location, for example C:\Examples. This file contains
the following projects:
CarSources.zip
A simple Car example for CPP for creating a managed project using existing sources without
copying so that the resulting project resides outside your Eclipse workspace
CarWithMakefile.zip
An example of creating a makefile project from existing sample sources for a simple application
GeneralCppSources.zip
A simple Car example for CPP, similar to the example Car project
ManagedBuildWithLibraries.zip
A simple Car application to demonstrate managed build with libraries
MultiProjectCarApp.zip
An example of creating a multi-project application, where one project named CarParts creates
a linkfile, and the other project named Car links the linkfile into the main application
NestedFoldersCarApp.zip
A simple Car project to demonstrate nested folder structure in an application
CobolSamplApp.zip
A simple Cobol application that can be used as a Car project
PtalSampleApp
A simple PTAL application that can be used as a Car project
MxMpSampleApp.zip
Provides simple SQL/MX and MP samples. For details, refer to readme.txt included in this
file. This file contains the following MX and MP projects:
Cmxtextsample
A simple C SQL/MX application which demonstrates SQL/MX invoke
Cobmxtest
A simple Cobol SQL/MX application which demonstrates SQL/MX invoke
testmp
A simple C SQL/MP application which demonstrates SQL/MP invoke
testmpcob
A simple Cobol SQL/MP application which demonstrates SQL/MP invoke
156
Sample programs and projects