Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 546
 
4-21
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 4      Building Your Application
Using the C++ CIL and static libraries
Within the Project Settings dialog, select the C/C++ tab. Under Category, select 
Code Generation. For a Debug Mode program, the setting for “Use run-time 
library” should be “Debug Multithreaded DLL”. For a Release Mode program, the 
setting should be “Multithreaded DLL.”
Next, under the Category for “Proprocessor,” you will need to set the “Additional 
include directories.” You will need to provide the compiler with either the 
absolute or relative path to find the header files (.h) required for your application. 
This path should point to the CTIOSToolkit\Include directory, where the CIL 
header files are installed.