home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / pc / conf_sdk / conf_sdk.exe / SAMPOL.TXT < prev    next >
Encoding:
Text File  |  1996-07-02  |  1.7 KB  |  57 lines

  1. -------------------------------------------------------------------
  2.   Microsoft ActiveX Conferencing SDK 1.0 (Beta 2) Samples ReadMe
  3.                            July 1996            
  4. -------------------------------------------------------------------
  5.  
  6.                  (c) Copyright Microsoft Corporation, 1996
  7.  
  8. ========
  9. CONTENTS
  10. ========
  11.   Samples Overview
  12.   Build Instructions
  13.  
  14. ================
  15. SAMPLES OVERVIEW
  16. ================
  17. This directory contains code samples the for Microsoft ActiveX 
  18. Conferencing API.  The following samples are provided, more detailed 
  19. information can be found in the individual sample directories:
  20.  
  21. CNFTEST
  22. -------
  23. This is a small application which demonstrates the Conferencing APIs. 
  24.  
  25.  
  26. EXCEL
  27. -----
  28. This is an example of an Excel Add-In which creates a conferencing 
  29. toolbar.
  30.  
  31. EZCONF
  32. ------
  33. This example creates a small DLL which is used by the Excel and Word 
  34. samples.
  35.  
  36. WORD
  37. ----
  38. This is an example of a Word macro which creates a conferencing 
  39. toolbar.
  40.  
  41. ============
  42. Build Instructions
  43. ============
  44. The sample code written in C was built using Microsoft Visual
  45. C++ 4.1. To build the C examples, open the makefile (*.mak) as a
  46. Microsoft Visual C++ project and build as usual. You may wish to
  47. incorporate the contents of the Include and Lib directories into
  48. your Visual C++ development environment.
  49.  
  50. The sample for Excel is written using Excel Basic. See the readme.txt 
  51. file in the Excel sample directory for more details on installing and 
  52. using the Excel sample code.
  53.  
  54. The sample for Word is written using Word macros and Word Basic.
  55. See the readme.txt file in the Word sample directory for more details
  56. on installing and using the Word sample macros.
  57.