




3. Building Applications
3.1. Include Files
Function prototypes and equates are defined in include files, also known as header files. Applications that use Intel Dialogic library functions must contain statements for include files in this form, where filename represents the include file name:
#include <filename.h>
The following header files must be included in application code in the order shown prior to calling Intel Dialogic library functions:
- srllib.h -- Standard Runtime Library (SRL) header file. This header file is used for all application development.
- dxxxlib.h -- voice library header file. Include this header file in applications that use voice library functions (typically, those that begin with dx_).
- lmodelib.h -- learn mode library header file. Include this header file in applications that use learn mode library functions (typically, those that begin with lm_).
- NOTE:
- srllib.h must be included in code before all other Intel Dialogic header files.
By default, the header files are located in the following directory: \<install directory>\dialogic\inc.





Click here to contact Telecom Support Resources
Copyright 2003, Intel Corporation
All rights reserved
This page generated January, 2003