home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / activex / inetsdk / samples / msconf / readme.txt < prev   
Encoding:
Text File  |  1996-07-03  |  4.5 KB  |  128 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.  
  12.   Samples Overview
  13.   Additional Components
  14.   Installation and Build Instructions
  15.   Warnings and Known Bugs
  16.   Other Information
  17.  
  18. ================
  19. SAMPLES OVERVIEW
  20. ================
  21.  
  22. This directory contains code samples for the Microsoft ActiveX
  23. Conferencing API.  The following samples are provided, more detailed 
  24. information can be found in the individual sample directories:
  25.  
  26. SAMPLES\MSCONF\CNFTEST
  27. ----------------------
  28. This is a small application which demonstrates the Conferencing APIs. 
  29.  
  30. SAMPLES\MSCONF\EXCEL
  31. --------------------
  32. This is an example of an Excel Add-In which creates a Conferencing 
  33. toolbar.
  34.  
  35. SAMPLES\MSCONF\EZCONF
  36. ---------------------
  37. This example creates a small DLL which is used by the Excel and Word 
  38. samples.
  39.  
  40. SAMPLES\MSCONF\WORD
  41. -------------------
  42. This is an example of a Word macro which creates a Conferencing toolbar.
  43.  
  44. SAMPLES\ULS
  45. ------------
  46. User Location Server DLL, documentation and installation instructions.
  47.  
  48.  
  49. =====================
  50. Additional Components
  51. =====================
  52. In addition to these examples, the following components are provided 
  53. in the indicated subdirectories of the ActiveX SDK:
  54.  
  55. HELP\MSCON*.HTM
  56. ---------------
  57. HTML files containing the Windows ActiveX Conferencing API Overview and 
  58. Windows Conferencing API Programming Reference.
  59.  
  60. Lib\i386\MSCONF.LIB
  61. -------------------
  62. Link library for developing conferencing enabled applications.
  63.  
  64.  
  65. ===================================
  66. Installation and Build Instructions
  67. ===================================
  68. Microsoft ActiveX Conferencing SDK is installed by the ActiveX SDK
  69. setup procedure, no further installation is necessary.  Microsoft 
  70. NetMeeting is available at http://www.microsoft.com/ie/conf.
  71.  
  72. The sample code written in C was built using Microsoft Visual
  73. C++ 4.1. To build the C examples, open the makefile (*.mak) as a
  74. Microsoft Visual C++ project and build as usual. You may wish to
  75. incorporate the contents of the Include and Lib directories into
  76. your Visual C++ development environment.
  77.  
  78. The sample for Excel is written using Excel Basic. See the readme.txt 
  79. file in the Excel sample directory for more details on installing and 
  80. using the Excel sample code.
  81.  
  82. The sample for Word is written using Word macros and Word Basic.
  83. See the readme.txt file in the Word sample directory for more details
  84. on installing and using the Word sample macros.
  85.  
  86. ========================================
  87. Instructions for Specifying Audio Codecs
  88. ========================================
  89. A mechanism for integrating and testing other ACM codecs has been 
  90. provided in the registry.  One registry entry in "HKEY_CURRENT_USER\
  91. Software\Microsoft\Internet\Audio\CustomACMEncodings" represents one 
  92. specific 3rd party format and the preferential order of attempts to use 
  93. that format.  The format of the registry key is "DriverName_x_y_z" where 
  94. x is the ACM format tag, y is the sample rate, and z is the bits per 
  95. sample.  The key value is a positive number which represents the preference 
  96. (i.e. "first choice", "second choice", and so on.) of that format.  Example: 
  97. to specify the preferred codec as the Microsoft G 711 A-law codec at an 8k 
  98. sample rate, 8 bits per sample, the registry key will be 
  99. "Microsoft CCITT G 711_6_8000_8", and the value of the key will be "1".
  100.  
  101. Third party codecs will be selected first, in the order specified.  If there 
  102. are no complimentary 3rd party codecs specified at both ends, then the 
  103. default codec selection mechanism will be used. 
  104.  
  105. =======================
  106. Warnings and Known Bugs
  107. =======================
  108.  
  109. - The associated release of Microsoft NetMeeting does not work with 
  110. Winstone 96.
  111.  
  112. - The Beta 2 versions of the Microsoft ActiveX Conferencing SDK and
  113. Microsoft NetMeeting do not work on Windows NT.
  114.  
  115. - These beta versions only run with the US English version of Windows 95.
  116.  
  117. =================
  118. Other Information
  119. =================
  120.  
  121. Refer to the readme.txt file contained in the MSCONF directory of this 
  122. ActiveX SDK CD-ROM for detailed information on the current status, 
  123. warnings, and known bugs.
  124.  
  125. Check the Microsoft ActiveX Conferencing homepage at 
  126. http://www.microsoft.com/intdev/msconf for new sample code, new versions 
  127. and to report problems.
  128.