Difference between revisions of "Library Sample Files"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
 
The distribution of the RECITAL/Library in the lib sub-directory of the sdk directory, includes sample files to demonstrate the use of the Library functions and how to link and run applications which use the RECITAL/Library.  Depending on the Operating System, the following sample files are included:
 
The distribution of the RECITAL/Library in the lib sub-directory of the sdk directory, includes sample files to demonstrate the use of the Library functions and how to link and run applications which use the RECITAL/Library.  Depending on the Operating System, the following sample files are included:
 
  
 
====OpenVMS====
 
====OpenVMS====

Revision as of 14:03, 31 March 2009

The distribution of the RECITAL/Library in the lib sub-directory of the sdk directory, includes sample files to demonstrate the use of the Library functions and how to link and run applications which use the RECITAL/Library. Depending on the Operating System, the following sample files are included:

OpenVMS

File Description
dblsamp.c C source code sample showing function usage. A full listing is included at the end of this manual.
dblsamp.com Run this file to compile and link the sample. Use this file as a reference for compiling and linking your own applications.
dblsamp.obj C object code.
dblsamp.exe Run this file to run the sample application. N.B. To ensure that the necessary symbols and logicals are defined, the OpenVMS Developer login.com file must have been run prior to calling the application.


UNIX/Linux

File Description
dblsamp.c C source code sample showing function usage. A full listing is included at the end of this manual.
makefile Run this makefile to compile and link the sample. Use this file as a reference for compiling and linking your own applications.

# make

dblsamp.o C object code created by the make.
dblsamp.exe Executable code created by the make. Run the code using the dblsamp script.
dblsamp Run this script to run the sample application. N.B. The calls to recitalxxUD.sh and profile.db are used to ensure that the necessary environment variables are defined before running the application.