home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / ISAM101A.ZIP / README.DOC < prev    next >
Text File  |  1993-08-27  |  2KB  |  60 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. Last Minute Additions
  14.  
  15. We now have support for Microsoft Visual C++. DOS and Windows libraries
  16. are provided. However, the FScreen library is NOT currently supported
  17. for MS Visual C++.
  18.  
  19. Installation
  20.  
  21. To Install ISAM Manager, simply insert disk 1 into drive A (or
  22. whatever floppy drive letter you are using), and type the
  23. following:
  24.  
  25. A:INSTALL
  26.  
  27. INSTALL will ask you for a drive and directory name to install
  28. ISAM Manager into, which will default to "C:\ISAMMGR". The
  29. following subdirectories off C:\ISAMMGR will also be created:
  30.  
  31. INCLUDE         -       Include files
  32. LIB             -       Library files
  33. TUT1            -       Tutorial 1 files
  34. TUT2            -       Tutorial 2 files
  35. TUT3            -       Tutorial 3 files
  36. SOURCE          -       ISAM Manager source code
  37. FSCREEN         -       FScreen Library source code
  38. KEYSRCH         -       KEYSRCH & ADDFILE Example program files
  39.  
  40. You should now add "C:\ISAMMGR" to your DOS PATH statement, as
  41. this directory will contain some important executable files, and
  42. "C:\ISAMMGR\INCLUDE" should be added to your compiler's include
  43. file search path. "C:\ISAMMGR\LIB" contains the lib files which
  44. should be included. They are of the following format:
  45.  
  46. im[z|b][w][c|l].lib
  47.  
  48. Where [z|b] is the compiler being used (z = Zortech, b =
  49. Borland), [w] designates a Windows version, and [c|l] is the
  50. memory model (Small and Medium memory models are not provided,
  51. and we don't advise you to create ISAM Manager applications
  52. using these memory models). For example, the library file for
  53. Borland C++, using the compact memory model is called
  54. "imcm.lib". Remember to include a lib file in each of your
  55. projects or make files. You may want to delete any .lib files
  56. that you know you won't be using.
  57.  
  58. Read the HISTORY.DOC file for details of the revision history of
  59. ISAM Manager.
  60.