home *** CD-ROM | disk | FTP | other *** search
- -------------------------------------------------------------------
- Microsoft ActiveX Conferencing SDK 1.0 (Beta 2) Samples ReadMe
- July 1996
- -------------------------------------------------------------------
-
- (c) Copyright Microsoft Corporation, 1996
-
- ========
- CONTENTS
- ========
- Samples Overview
- Build Instructions
-
- ================
- SAMPLES OVERVIEW
- ================
- This directory contains code samples the for Microsoft ActiveX
- Conferencing API. The following samples are provided, more detailed
- information can be found in the individual sample directories:
-
- CNFTEST
- -------
- This is a small application which demonstrates the Conferencing APIs.
-
-
- EXCEL
- -----
- This is an example of an Excel Add-In which creates a conferencing
- toolbar.
-
- EZCONF
- ------
- This example creates a small DLL which is used by the Excel and Word
- samples.
-
- WORD
- ----
- This is an example of a Word macro which creates a conferencing
- toolbar.
-
- ============
- Build Instructions
- ============
- The sample code written in C was built using Microsoft Visual
- C++ 4.1. To build the C examples, open the makefile (*.mak) as a
- Microsoft Visual C++ project and build as usual. You may wish to
- incorporate the contents of the Include and Lib directories into
- your Visual C++ development environment.
-
- The sample for Excel is written using Excel Basic. See the readme.txt
- file in the Excel sample directory for more details on installing and
- using the Excel sample code.
-
- The sample for Word is written using Word macros and Word Basic.
- See the readme.txt file in the Word sample directory for more details
- on installing and using the Word sample macros.
-