Cisco Cisco Computer Telephony Integration OS 8.5 开发者指南

下载
页码 490
   
4-17
CTI OS Developer’s Guide for Cisco Unified Contact Center Enterprise
Release 8.5(3)
Chapter 4      Building Your Application
Using the C++ CIL and Static Libraries
Language
Set the parameter "Treat wchar_t as Built-in Type" to No (/Zc:wchar_t-)
Precompile Headers
Set to Not Using Precompile Headers
Next, set the link settings for your project, under the Link folder. You must list all the static libraries (in 
the section 
) for your program to link with the settings 
described in 
. The libraries required for CIL (in addition to 
the default libraries) are described in the section 
Finally, on the Link folder, select “General” to “Input.” Set the “Additional Library Directories:” to the 
location of the CTIOSToolkit\Win32 CIL\Libs directory.
These are all the Project Settings required for CTI OS. Click OK, and save your project settings.