Function prototypes and equates are defined in dtilib.h, msilib.h, and dcblib.h. Applications that use the DCB/SC Windows library functions for DCB/SC support must include the following statements:
#include <windows.h> #include "srllib.h" #include "dtilib.h" #include "msilib.h" #include "dcblib.h"
To perform error handling in your routines, your source code must also include the following line:
#include <errno.h>
Code that uses voice resources must include the following statements in the order shown:
#include <windows.h> #include <errno.h> #include "srllib.h" #include "dxxxlib.h" #include "dtilib.h" #include "msilib.h" #include "dcblib.h"
Click here to contact Dialogic Customer Engineering
Copyright 2000, Dialogic Corporation