8.2.1 Include Files
Function prototypes and equates are defined in include files, also known as header files. Applications that use CSP library functions must contain statements for include files in this form, where filename represents the include file name:
include <filename.h>You must include the following voice and CSP header files in your application in the order shown before calling any Dialogic functions:
- Contains function prototypes and equates for the Standard Runtime Library (SRL). Used for all Dialogic application development.
- Contains function prototypes and equates for the Continuous Speech Processing (CSP) library. Used for CSP.
If using GlobalCall and Network Interface libraries with CSP, include the following Dialogic header files in this order:
- Contains function prototypes and equates for the Standard Runtime Library (SRL). Used for all Dialogic application development.
- Contains function prototypes and equates for the digital network interface library. Used for digital network processing.
Click here to contact Dialogic Customer Engineering
Copyright 2001, Intel Corporation