home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / LIBTOOLS.ZIP / README < prev   
Encoding:
Text File  |  1988-09-18  |  1.6 KB  |  47 lines

  1.  
  2.  
  3. ********************
  4.   The Library Applications Toolkit is a collection of
  5. Clipper '87  Procedures and User Defined Functions intended
  6. primarily to allow Library Science students with a minimum
  7. of programming experience a chance to develop database
  8. applications in a reasonable amount of time.
  9.   It does not presume to be 'Professional quality' code
  10. nor to be particularly efficient. Several of the functions
  11. can be improved by the addition of assembly routines in place
  12. of the Clipper code used. This edition however uses the Clipper
  13. code for reasons of portability.
  14.  
  15. Limitations of the toolkit include:
  16.  
  17.    Hardcoding of the memory allocation areas.
  18.     For the time being applications should follow the
  19.     examples in the documentation in assiging files
  20.     to various memory areas. I'll work on removing this
  21.     restriction when I have time.
  22.  
  23.   Screen saving.
  24.    The extended function calls provided should not be called
  25.    with information previuously saved the the SAVE SCREEN command
  26.    or it will likely be overwritten in memory. I'm aware that
  27.    this may cause problems with some applications but haven't
  28.    had time to recode the functions involved.
  29.  
  30.  
  31. Clipper is a copyright of Nantucket,Inc.
  32.  
  33. The author disavows any responsibility for anything.
  34.  
  35. The toolkit is undergoing constant revision and testing. Please
  36. report any bugs in the functions or suggestions for improving the
  37. toolkit to:
  38.  
  39. Brian Vanlandingham
  40.  
  41. C/O North Carolina Central University School of Library and Information
  42. Science, Durham, N.C.
  43.  
  44. Login BVAN under ECS/VAX at Research Triangle Park, North Carolina.
  45.  
  46.  
  47.