README.TXT

------------------------------------------------------------------ 
Microsoft NetMeeting SDK 2.1 AVPHONE Readme File
November 1997
------------------------------------------------------------------

(c) Copyright Microsoft Corporation, 1997

CONTENTS
========

OVERVIEW OF THE AVPHONE SAMPLE
BUILDING THE AVPHONE SAMPLE


OVERVIEW OF THE AVPHONE SAMPLE
==============================

AVPHONE is a Windows sample that demonstrates how to use the
Microsoft NetMeeting Audio & Video API.


BUILDING THE AVPHONE SAMPLE
===========================

Building the sample application requires VC++ Version 5.0 or later.

To build the sample from Visual C++, open the project makefile
(avphone.mak) as a Microsoft VC++ project, and build as usual. The
NetMeeting SDK directories must be added to your VC++ environment.

If your DOS environment is correctly configured, you can build the sample
from the command line by typing "nmake". The DOS path, include and lib
environment variables must point to the VC installation and the
NetMeeting SDK directories.


Notes: