Communications Programming for Windows 95 by Charles Mirho and Andre Terrisse Disk Contents: * Setup program. * Sample programs. * Executable code from the sample programs. Setup: To install the files onto your hard disk, insert the companion disk into your floppy disk drive and run Setup.exe Some of the files are compressed, so you must run Setup in order for the files to be decompressed onto you hard disk so you can access them. Sample Programs: Ch2.dot - A Word template with macros to demonstrate communications initiated from within a Word session using data within the Word document. CSample - A C version of the Word macros. Chapter3 examples - Demonstrate different forms of serial port communications. These examples require two computers hooked together through a NULL modem cable. Comdial - A skeleton telephony application that demonstrates the use of many of the most useful Telephony APIs. Does not contain much of the error checking and other useful elements that make a full application. Notes: The Chapter 3 examples assume you are running from your COM2 serial port. If your NULL modem cable is hooked to a COM port other than COM2, you must specify that port in the Ttychic.c programs and recompile before you can run them successfully.