home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / programm / libs / lib_coll.lha / FRQLIB.LZH / read.me < prev    next >
Encoding:
Text File  |  1992-04-29  |  3.5 KB  |  125 lines

  1. Release 3.13
  2. ============
  3.  
  4.  
  5. The 'FRQLIB' package includes the following files:
  6.     (note: all text files are formatted for 8 space tabs)
  7.  
  8. User Files:
  9. -----------
  10.  
  11. kd_freq.library    This is the actual library file.  Copy it to your
  12.         LIBS: directory.
  13.  
  14. Test        This is a demo program that calls the file requester.
  15.  
  16. FR_User.doc    A doc file explaining the usage of the file requester.
  17.  
  18. FR_Bypass    A program that reroutes all calls to the ARP FR, the
  19.         CED FR and the Workbench 2.0 FR with a call to Freq().
  20.         Also includes a hotkey file injector.  Read FR_Bypass.doc
  21.         for details.
  22.  
  23. FR_Bypass.doc    Docs for above program.
  24.  
  25. Changes        Describes changes from previous release.
  26.  
  27. Read.Me        This file.
  28.  
  29. Find.LZH    This is the Find file finder package by Larry Phillips.
  30.         You will need it if you want to use the FR's File Finder
  31.         facility.
  32.  
  33. WFind        Wildcard Find program, for use with Find.LZH.
  34.  
  35.  
  36. Programmer Files:
  37. -----------------
  38.  
  39. kd_freq.doc    Programmer's doc file.
  40.  
  41. test.c        This is a small program that shows you how to open the
  42.         library and call the file requester.
  43.  
  44. glue.asm    These are the .asm glue routines for Manx and Lattice.
  45.         To use this, you must assemble it, then link it in
  46.         with your .o files.
  47.  
  48. protos.h    #pragmas for Lattice C
  49.  
  50. KDBase.h    C include file.
  51.  
  52. KDBase.i    Asm include file.
  53.  
  54. Test.asm    Sample program in asm to show how to call the FR.
  55.  
  56. WFind.c        Sample program in C to show the use of wildcards.
  57.  
  58. ------------------------------------------------------------------------------
  59.  
  60. Quick installation instructions:
  61.  
  62. 1. Copy the kd_freq.library file into your LIBS: directory.
  63.  
  64. 2. Either:
  65.  
  66.    a. Copy the FR_Bypass file into your C: directory.
  67.    b. Put the following line into your startup-sequence:
  68.        FR_Bypass
  69.  
  70.    OR:
  71.  
  72.    Drag the FR_Bypass icon to your WBStartup drawer.
  73.  
  74. ------------------------------------------------------------------------------
  75.  
  76. All files are ⌐ 1990-1992 Khalid Aldoseri.  You may distribute these files
  77. in any electronic form as long as you keep them in the original format and
  78. archive file or at least as the full package.  These are freely distributable
  79. only if they are not used for a commerical purpose.  I am not liable for
  80. anything resulting from the use of these files and programs.  The above
  81. applies to all the abovementioned files.
  82.  
  83. If you want to use 'kd_freq.library' in any freely distributable program, you
  84. may include the 'kd_freq.library' file as long as you also include the
  85. 'FR_User.DOC' file and mention 'Copyright 1990-1992  Khalid Aldoseri'.  I would
  86. like to hear about what the FR is being used for.. so please give me some
  87. feedback so that I can make the next release even better.
  88.  
  89. If you want to use these for commercial purposes, please contact me at the
  90. following address:
  91.  
  92. /-------------------\
  93. | Khalid Aldoseri   |
  94. | P.O. Box 3300     |
  95. | Manama, Bahrain.  |
  96. | Fax: (973) 694777 |
  97. \-------------------/
  98.  
  99. Compuserve 75166,2531
  100.  
  101.  
  102. Copyright 1990-1992  Khalid Aldoseri.
  103.         29 April 1992
  104.  
  105.  
  106.  
  107.  
  108. Credits:
  109.  
  110. Many many thanks to all the guys in the AmigaTech forum on Compuserve for
  111. their help, ideas, testing, teasing, joking, and generally giving me a hard
  112. time. (grin)  Special thanks go to:
  113.  
  114.     Brian Bartlett,    Jim Williams, Steve Ahlstrom, Vic Wagner,
  115.     Larry Phillips, Mike McCormick, and Keith Young.
  116.  
  117. And all the other folks that played with beta versions of the FR:
  118. David Art, Roy Laufer, Robert Albrecht, Eric Schwertfeger, Mike Schiller,
  119. John Pendergrass, Steve Pietrowicz, Christopher Wichura,  Chris Tolmie,
  120. and Michael Loader.
  121.  
  122. (and all the rest.. sorry if I forgot you :-)
  123.  
  124. Khalid.
  125.