30 Conferencing API Programming Guide — August 2006
Building Applications
If you use other library functions such as voice or IP media, you will have to include the header
files for that library:
dxxxlib.h
Contains function prototypes and symbolic defines for the voice library.
dtilib.h
Contains function prototypes and symbolic defines for the digital network interface library.
gclib.h
The primary header file for the Global Call library; contains function prototypes and symbolic
defines for this library.
ipmerror.h
Contains variables for IP media library error codes.
ipmlib.h
Contains function prototypes and symbolic defines for the IP media library.
8.1.2 Required Libraries

Windows

In Windows, you must link the following library files when compiling your conferencing
application:
libsrlmt.lib
Standard Runtime Library file. Required in all applications.
libdxxmt.lib
device management library file. Required only if the application uses voice library functions
directly; for example, dx_open().
libdtimt.lib
digital network interface library file. Required only if the application uses digital network
interface library functions directly; for example, dt_open().
libgc.lib
the primary Global Call library file. Required only if the application uses Global Call library
functions directly; for example, gc_GetResourceH().
libipm.lib
the primary IP media library file. Required only if the application uses IP media library
functions directly; for example, ipm_Open( ).
libdevmgmt.lib
device management library file. Required in a conferencing application.
libcnf.lib
conferencing library file. Required in a conferencing application.