Developed by :
Mhernoos Bhesania--- mher@hotmail.com
Anup Jishnu--- anupjishnu@hotmail.com
This application is a voice communication application which offers a
near real time point-to-point voice service providing virtual duplex voice
communication.
MINIMUM SYSTEM REQUIREMENTS
This application is built and tested to run on a system with a minimum configuration of:
However systems with faster processors and higher RAM capacity enhance the application's processes.Pentium I
16 MB RAM
Half Duplex Sound Card
Contents of SpeakEazy.zip
Readme.txt ---------- This File
SpeakEazy.c ---------- Source Code of the Main Application
server.c ---------- Source Code for Sockets used in SpeakEazy
dialogbox.c ---------- Source Code for Dialogboxes used in SpeakEazy
SpeakEazy.h ---------- Header File
resource.h ---------- Header File
resrc1.h ---------- Header File
speakeazy.hlp ---------- Help file for SpeakEazy
SpeakEazy.rc ---------- SpeakEazy Resource Template
H_point.cur ---------- Cursor used in the Aplication
Ring1.wav ---------- Wave File for Audio Ring
Sinewave.ico ---------- Icon for this Application
SpeakEazy.dsp ---------- Project File for VC++ 6.0
SpeakEazy.dsw ---------- Workspace File for VC++ 6.0
SpeakEazy.ncb ---------- NCB File
SpeakEazy.opt ---------- OPT File
SpeakEazy.plg ---------- Log File Created by VC++ 6.0
INSTALLATION PROCEDURES
Unzip the distribution by executing the following command:
using pkunzip:
pkunzip speakeazy.zip
using WinZip:
If you are having VC++ 6.0 :just double-click on the zip file from the Explorer.
Copy the unzipped files ina seperate directory named SpeakEazy.
Start VC++6.0
Click on Files --> Open Workspace and give the name & path of SpeakEazy.dsw
(eg: if the files are in c:\speakeazy then type c:\speakeazy\SpeakEazy.dsw)
Check if the following files included in the WorkSpace FileView Tab exist in the project
1.all the header,code,ico,wav,cur and resource files stated above in contents.
2.WINMM.LIB, LIBCMT.LIB & WSOCK32.LIB
(These files can be found in the following directory: \Microsoft Visual Studio\VC98\Lib )
Execute the project and use the application
If you are having earlier version of VC++ :
Copy the header,code,ico,wav,cur and resource files stated above in contents to a seperate directory
Create a new project in VC++, add the files copied and then include the 3 lib files mentioned above
Execute the project and use the application