home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / prog / isam110.arj / README.DOC < prev    next >
Text File  |  1994-02-08  |  2KB  |  57 lines

  1.  
  2. Welcome to ISAM Manager, The B+Tree/ISAM system for C++. This is
  3. the Test-Drive Shareware version of the product, and you must
  4. register if you are still using ISAM Manager after 30 days. Please
  5. see the REGISTER.DOC file for more information.
  6.  
  7. While we can't offer full support to unregistered users, we would
  8. like to hear from you if you have installation problems - we
  9. should be able to help you out. So if you get stuck, give us a
  10. call on 0442 891331 (non-UK call +44 442 891331) or drop us an
  11. email message at one of our many email addresses.
  12.  
  13. Installation
  14.  
  15. To Install ISAM Manager, simply insert disk 1 into drive A (or
  16. whatever floppy drive letter you are using), and type the
  17. following:
  18.  
  19. A:INSTALL
  20.  
  21. INSTALL will ask you for a drive and directory name to install
  22. ISAM Manager into, which will default to "C:\ISAMMGR". The
  23. following subdirectories off C:\ISAMMGR will also be created:
  24.  
  25. INCLUDE         -       Include files
  26. LIB             -       Library files
  27. TUT1            -       Tutorial 1 files
  28. TUT2            -       Tutorial 2 files
  29. TUT3            -       Tutorial 3 files
  30. SOURCE          -       ISAM Manager source code
  31. FSCREEN         -       FScreen Library source code
  32. KEYSRCH         -       KEYSRCH & ADDFILE Example program files
  33.  
  34. You should now add "C:\ISAMMGR" to your DOS PATH statement, as
  35. this directory will contain some important executable files, and
  36. "C:\ISAMMGR\INCLUDE" should be added to your compiler's include
  37. file search path. "C:\ISAMMGR\LIB" contains the lib files which
  38. should be included. They are named as follows:
  39.  
  40. imbl.lib    - Borland C++ v 4.00 library for DOS
  41. imbwl.lib   - Borland C++ v 4.00 library for Windows
  42. imml.lib    - Microsoft Visual C++ v 1.00 library for DOS
  43. immwl.lib   - Microsoft Visual C++ v 1.00 library for Windows
  44. imsl.lib    - Symantec C++ v 6.10 library for DOS
  45. imswl.lib   - Symantec C++ v 6.10 library for Windows
  46. imbos2.lib  - Borland C++ for OS/2 v 1.00 library
  47.  
  48. All DOS and Windows libraries are compiled for the large memory model.
  49. ISAM Manager will also work in compact memory model, but these libs have 
  50. been left out to save space - you will need to register, and get the source
  51. code, if you wish to compile using the compact memory model. Remember to
  52. include a lib file in each of your projects or make files. You may want to
  53. delete any .lib files that you know you won't be using.
  54.  
  55. Read the HISTORY.DOC file for details of the revision history of
  56. ISAM Manager.
  57.