PREV TOC HOME INDEX NEXT


4.1.2 Including Header Files

Various header files must be included in your application to test for error conditions, to use library functions from other Intel® Dialogic® products, or to perform event-management and standard-attribute functions. An example is shown below. See Chapter 5, "Building Applications" for details.

#include <windows.h>    /* For Windows applications only */
#include <errno.h>
#include "srllib.h"
#include "dtilib.h"
#include "msilib.h"  
Note: To avoid redundancy in the remaining programming examples in this chapter, #include statements will not be shown.

PREV TOC HOME INDEX NEXT

Click here to contact Telecom Support Resources

Copyright 2003, Intel Corporation
All rights reserved
This page generated January, 2003