home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR36 / BTV200.ZIP / READ.ME < prev    next >
Text File  |  1993-12-18  |  4KB  |  100 lines

  1. December 17, 1993
  2.  
  3. BTV.PAS is a Turbo Pascal 6.0,7.0 object oriented interface to the Btrieve
  4. Record Manager by Novell, Inc. It implements Btrieve file, error
  5. handling and error display objects. Version 2.0 now supports the extended
  6. Btrieve operations.
  7.  
  8. I did not supply the example programs in compiled form. They aren't
  9. flashy, no neat screen output, and you won't get much out of them if
  10. you don't look at the code. I hope they are sufficient to demonstrate
  11. the use of BTV. Let me know if you have any problems with the examples.
  12.  
  13. One note on the source code, you will note several {$IFDEF WINDOWS},
  14. {$IFDEF MSDOS}, {$IFDEF DPMI}. These IFDEFs control compilation for your
  15. targeted platform. You do not need to define any of them, they are built into
  16. the compiler and defined automatically depending on the compilation target.
  17.  
  18. The source code to the main units BTV.PAS, BTVX.PAS, and BTVTYPE.PAS is
  19. provided in a shrouded format only. It will compile, but is almost unreadable.
  20. Registered users will receive the full, original source for these units. If it
  21. is absolutely necessary that you have the full source for evaluation purposes,
  22. please contact me.
  23.  
  24. The protected mode interface will only work correctly with Turbo/Borland
  25. version 7.01. If you experience any problems with protected mode, please make
  26. sure that you have version 7.01 on the compiler. The 7.01 upgrade is available
  27. from Borland for $10.00.
  28.  
  29. BTV.PAS is distributed as Shareware, IT IS NOT FREE. IF YOU USE BTV.PAS
  30. PLEASE REGISTER IT. With your paid registration you will receive the latest
  31. version and printed documentation. Registration is $50.00 (U.S.) plus $5.00
  32. shipping and handling.
  33.  
  34. You may register by check, money order, credit card, or online on the
  35. CompuServe information service. All registrations are $50.00 plus $5.00
  36. shipping and handling.
  37.  
  38. Checks or money orders are prefered. If paying in U.S. dollars, the check
  39. must be drawn on a drawn on a U.S. bank.
  40.  
  41. You can also register online on CompuServe. Type GO SWREG, and follow the
  42. prompts. The Registration Id for CompuServe is 759. All Compuserve
  43. registrations are $55.00, including shipping and handling.
  44.  
  45. You may place an order by Master Card, VISA, American Express, or Discover by
  46. contacting Public Software Library at (800) 242-4PSL (from overseas
  47. (713) 524-6394), by FAX at (713) 524-6398, or on CompuServe at 71355,470.
  48. These numbers are for credit card orders only! Please, do not call these
  49. numbers for any type of technical assistance. The Registration Id for PSL is
  50. 10905. All PSL registrations are $55.00, including shipping and handling.
  51.  
  52. Site licenses and multiple copy discounts are available. Remember a
  53. registered copy is required for each programmer using BTV.PAS.
  54.  
  55. Please contact me with any comments, suggestions, problems, bugs, or
  56. questions.
  57.  
  58. Richard Hansen
  59. PO Box 18571
  60. Saint Paul, MN  55118-0571  USA
  61.  
  62. CompuServe : 70242,3367
  63. InterNet   : 70242.3367@compuserve.com
  64. FidoNet    : 1:282/115
  65.  
  66. The following files should be included in the archive:
  67.  
  68. BTV.PAS         The main btrieve unit
  69. BTVX.PAS        Btrieve object that supports the extended operations
  70. BTVTYPE.PAS     Btrieve data conversion routines
  71. BTVCONST.PAS    Btrieve constants
  72. BTRVDOS.PAS     Interface to the Btrieve TSR for DOS
  73. BTRWIN.PAS      Interface to the Btrieve DLL for Windows
  74. BTRVDPMI.PAS    Interface to the Btrieve TSR for protected mode
  75. EXAMPLE1.PAS    Some example code
  76. EXAMPLE2.PAS          "
  77. EXAMPLE3.PAS          "
  78. EXAMPLE4.PAS          "
  79. EXAMPLE5.PAS          "
  80. EXAMPLE6.PAS          "
  81. EXAMPLE7.PAS          "
  82. EXTEND.PAS      Extended operations example
  83. OWNER.PAS       Owner name (passwaord) example
  84. TYPES.DAT       Data file for example 4
  85. XDEMO.TXT       ASCII data file for example 6
  86. BTV.INT         Interface section for BTV.PAS
  87. BTVX.INT        Interface section for BTVX.PAS
  88. BTVTYPE.INT     Interface section for BTVTYPE.PAS
  89. BTRVMSG.PAS     Windows sample application for creating an error message file
  90. BTRVMSG.INC     Include file for BTRVMSG.PAS
  91. BTRVMSG.RC      Windows resource script file for BTRVMSG.PAS
  92. BTRVMSG.ICO     Windows icon for BTRVMSG.PAS
  93. BTRVMSG.EXE     Windows executable demo compiled from BTRVMSG.PAS
  94. BTRIEVE.ERR     Test data file for BTRVMSG.EXE
  95. BTV.TXT         Documentation in ASCII format
  96. ORDER.FRM       Registration form
  97. WHATS.NEW       History and change file
  98. DESC.SDI        BBS file description
  99. FILE_ID.DIZ           "
  100.