home *** CD-ROM | disk | FTP | other *** search
- -------------------------------------------------------------------
- Microsoft ActiveX Conferencing SDK 1.0 (Beta 2) Samples ReadMe
- July 1996
- -------------------------------------------------------------------
-
- (c) Copyright Microsoft Corporation, 1996
-
- ========================================================================
- MICROSOFT ACTIVEX CONFERENCING API SAMPLE : EZCONF
- ========================================================================
-
- This example creates a small DLL which is used by the Excel and Word
- samples in this SDK. The EZCONF.DLL provides two simple interfaces which
- enable Excel or Word to establish a conference and send files.
-
- Refer to the readme.txt files in the Excel and Word directories for
- further information on how this DLL is accessed from these applications.
-
- The APIs exported by the EZCONF DLL are:
-
- ConfConnect
- ConfSendFile
- FInDataConf
-
-
- To build this example from Microsoft Visual C++ Version 4.1, select
- the Open Workspace item from the File menu and choose from file types of
- "Makefiles (*.mak)". Open the EZCONF.MAK file and build the EZCONF.DLL
- using the usual MSVC Build command.
-
- To install the EZCONF.DLL, copy it to your Windows\System directory.
-
- Notes:
-
- 1) The paths to the Microsoft ActiveX Conferencing include and library
- files used in this example will need to be set before building.
-
- 2) You must have Microsoft NetMeeting installed in order to run this example.
-