home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / showfile.lzh / README.TXT next >
Text File  |  1995-07-27  |  2KB  |  54 lines

  1. Hello world!
  2.  
  3. This simple program is written in Borland's Delphi for Windows version 1.0.
  4. It really does not do much, but it is useful if you are a developer and
  5. just need to quickly look at a file, even a large file (up to 32,767 lines or
  6. about 500 pages at 66 lines per page).
  7.  
  8. What you need to do to install it:
  9.        1.  After unzipping this (you have to in order to read this file)
  10.            you should have four files:
  11.  
  12.                README.TXT
  13.                SFW.EXE
  14.                SFW.HLP
  15.                SFWSRC.ZIP
  16.  
  17.        2.  If you only want to run SFW, then your done, you can delete the
  18.            SFWSRC.ZIP file if you want.
  19.  
  20.        3.  See the SFW.HLP file for interfaces, credits and the like.
  21.            Some ideas:  Install it into program manager somewhere or on
  22.                         your favorite App Launch utility.
  23.                         It has drag and drop features from File Manager.
  24.                         It has command line parameters to open files
  25.                         when started.
  26.  
  27. ===============================================================================
  28.  
  29. If you want the source code, to see what I did, you will need to unzip the
  30. SFWSRC.ZIP file which will create many files in your current directory, so
  31. you might want to put it into a seperate place before unzipping.
  32.  
  33. When done unzipping the file, you will have three files with the name BIGTEXT.*
  34. which you need to install into your component pallette in Delphi.  Copy them
  35. to your component directory for Delphi (this is up to you), then in Delphi:
  36.  
  37.         1. Select Options: Install Components in the Delphi IDE.
  38.         2. Click the Add button.
  39.         3. Click the Browse button.
  40.         4. Locate and select the BIGTEXT.PAS file
  41.         5. Click the Ok buttons to close all the dialogs.
  42.  
  43.         The Delphi component library DLL will be recompiled with the new BIGTEXT
  44.         component added to the FREEWARE page of the component palette.
  45.  
  46.        Note that TBIGTEXT is FREEWARE ALSO.  You will need it if you want
  47.        to rebuild the SFW.EXE file.
  48.  
  49. Note:  This is only my first/second program in Delphi, so I would like your
  50. opions and I am open to make changes, if you do make changes please send
  51. them to me at erichev@ix.netcom.com oh, you should report bugs here also.
  52.  
  53. This Software is USE AT YOUR OWN RISK!
  54.