Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 508
   
4-15
CTI OS Developer’s Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted
Release 8.0(1)
Chapter 4      Building Your Application
Using the C++ CIL and Static Libraries
SilentMonitorCommon.lib and ServiceEventHandler.lib. These libraries contain support classes for 
SilentMonitorClient.lib.
Note
The preceding are the Release versions of the libraries. The Debug equivalent libraries use the same 
library name with the appended ‘d’ instead of Spd; e.g., for ArgumentsLibSpd, the Debug library is 
ArgumentsLibd.lib.
In addition to the aforementioned CTI OS CIL libraries, your application will require:
the standard Microsoft sockets library, Wsock32.lib 
the standard multimedia library, winmm.lib
the OpenSSL standard libraries:
libeay32d.lib 
ssleay32d.lib (Debug) and libeay32d.lib
ssleay32r.lib (Release)
A console C++ application with C++ CIL needs to use the following in stdafx.h:
#pragma once
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include <iostream>
#include <tchar.h
Use the following libraries in linker in addition to the CIL libraries:
ws2_32.lib
Winmm.lib
odbc32.lib
odbccp32.lib
Project Settings for Compiling and Linking
Setting up your Visual C++ 8.0(1) application requires you to configure some program settings. 
The Program Setting in Visual C++ 8.0(1) are accessed under the Project > Properties menu.