home *** CD-ROM | disk | FTP | other *** search
/ POINT Software Programming / PPROG1.ISO / pascal / sbvoice / readme.txt < prev    next >
Text File  |  1993-03-31  |  931b  |  34 lines

  1. Hope this will help:
  2.  
  3. This archive is built from two units:
  4.  
  5. 1. Memory managment unit.
  6. 2. VOC playing unit.
  7.  
  8. First compile the MEMALLOC.PAS and only afterword the SBVOICE.PAS
  9.  
  10. I have included a demo file which demonstrates the usage
  11. of this unit.
  12.  
  13. Notice that you need the CT-VOICE.DRV to activate the unit.
  14.  
  15. Suggestion:
  16.  
  17. If you dont wish the CT-VOICE.DRV file to be an external file, then
  18. you can OBJ it, defign it as an External procedure, and Change
  19. the LoadDriver procedure. Thus the driver shall be linked into
  20. the EXE on compilation.
  21.  
  22. I am not sure if the CT-VOICE.DRV is public domain, and thus
  23. you may not leagaly be allowed to compile it within your pascal
  24. file.
  25.  
  26.  
  27.  
  28. This unit was not written by me, i only wrote the Demo routines and
  29. this doc. The routines were released to the public domain by Amit K.
  30. Mathur.
  31.  
  32.  
  33. I may be reached at this internet address (barlev@techst02.technion.ac.il).
  34.