home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / pc / conf_sdk / conf_sdk.exe / EZCONF.TXT < prev    next >
Encoding:
Text File  |  1996-07-02  |  1.5 KB  |  39 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.        MICROSOFT ACTIVEX CONFERENCING API SAMPLE : EZCONF
  10. ========================================================================
  11.  
  12. This example creates a small DLL which is used by the Excel and Word
  13. samples in this SDK. The EZCONF.DLL provides two simple interfaces which
  14. enable Excel or Word to establish a conference and send files.
  15.  
  16. Refer to the readme.txt files in the Excel and Word directories for
  17. further information on how this DLL is accessed from these applications.
  18.  
  19. The APIs exported by the EZCONF DLL are:
  20.  
  21.     ConfConnect
  22.     ConfSendFile
  23.     FInDataConf
  24.     
  25.  
  26. To build this example from Microsoft Visual C++ Version 4.1, select
  27. the Open Workspace item from the File menu and choose from file types of
  28. "Makefiles (*.mak)". Open the EZCONF.MAK file and build the EZCONF.DLL
  29. using the usual MSVC Build command.
  30.  
  31. To install the EZCONF.DLL, copy it to your Windows\System directory.
  32.  
  33. Notes:
  34.  
  35. 1) The paths to the Microsoft ActiveX Conferencing include and library 
  36.    files used in this example will need to be set before building.
  37.  
  38. 2) You must have Microsoft NetMeeting installed in order to run this example.
  39.