PREV TOC HOME INDEX NEXT


5.1 Include Files

Function prototypes and equates are defined in dtilib.h and msilib.h. Applications that use the MSI library functions for MSI support must include the following statements:

#include <windows.h>    /* For Windows applications only */
#include "srllib.h"
#include "dtilib.h"
#include "msilib.h"  

To perform error handling in your routines, the source code must include the following line:

#include <errno.h>  

Code that uses voice boards with the current version of the voice driver must include the following statements in the order shown:

#include <windows.h>    /* For Windows applications only */
#include <errno.h>
#include "srllib.h"
#include "dxxxlib.h"
#include "dtilib.h"
#include "msilib.h"  

The current version of the voice driver requires that srllib.h precedes any other IntelŪ DialogicŪ header file include statements.


PREV TOC HOME INDEX NEXT

Click here to contact Telecom Support Resources

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