home *** CD-ROM | disk | FTP | other *** search
/ Developing for Microsoft …tive Animated Characters / DEV_AGENTA.ISO / Examples / c / hello3 / ReadmeC.txt < prev   
Text File  |  1997-10-20  |  2KB  |  43 lines

  1. How to Install a C++ Sample for Microsoft Agent
  2. -----------------------------------------------
  3.  
  4.  
  5. *** Perform the following steps once for all samples ***
  6.  
  7. 1. Install the Microsoft Agent core control. To run samples which produce
  8. speech output, install the TruVoice text-to-speech engine.  To run samples
  9. which take speech input, install the Microsoft Command and Control speech
  10. engine.
  11.  
  12. 2. Copy to your hard disk the character animation files for the three standard
  13. characters: Genie.acs, Merlin.acs and Robby.acs.  Create a directory
  14. /Program Files/Microsoft Agent/Characters/ and put the three character
  15. files in it.  (You may select a different location for these files, but
  16. then you will need to replace the path string within each sample to
  17. refer to the new location.)
  18.  
  19.  
  20. *** Perform the following steps once for all C++ samples ***
  21.  
  22. 1. Copy the required include files.  Create a local directory for
  23. these files.  (For instance, /Program Files/Micrsoft Agent/Include/)
  24. Copy the files from the CD to the local directory you created.
  25.  
  26. 2. Start up Microsoft Visual C++.  From the Tools menu, select Options,
  27. then click on the Directories tab.  Type the complete path to the local
  28. directory you created in step 2 into the list of include directories.
  29. Click OK.
  30.  
  31.  
  32. *** Perform the following steps for each C++ sample ***
  33.  
  34. 1. Copy the sample.  Create a local directory for the sample.  (For instance,
  35. /Program Files/DevStudio/MyProjects/AgentSample/)  Copy the samples files
  36. into the directory you created.
  37.  
  38. 2. Start up Microsoft Visual C++.  From the File menu, select Open Workspace.
  39. Navigate to the folder you created in step 1.  Select the workspace file (it
  40. has a .dsw file extension) for this sample.  Click Open.
  41.  
  42. 3. From the Build menu, select Execute.  When prompted to build the exe file,
  43. click Yes.