home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a079 / 1.img / README.TXT < prev   
Encoding:
Text File  |  1993-02-04  |  3.9 KB  |  118 lines

  1. FoxPro for Windows Developers Guide
  2. (copyright 1993, Sams Publishing)
  3. ____________________________________________________
  4.  
  5.         FoxMasters magazine special edition
  6.         Vol2 Num 0
  7.         (copyright 1992, Tetra Press)
  8.  
  9.  
  10. This disk contains the sample programs from Jeb 
  11. Long's FoxPro for Windows Developers Guide.  It is 
  12. contained  within a sample issue of FoxMasters 
  13. Magazine.  FoxMasters runs within the FoxPro for 
  14. Windows environment.  
  15.  
  16. This file will cover these topics:
  17.      * Installing the disk
  18.      * Using FoxMasters
  19.      * Experimenting with the author's programs
  20.      * The LZSS compression Library
  21.  
  22. INSTALLING THE DISK
  23. -------------------
  24.  
  25. If you haven't installed this disk yet, put the disk
  26. in your floppy drive and follow these instructions:
  27.  
  28.      1. From Program Manager or File Manager, choose
  29.         File | Run from the menu.
  30.  
  31.      2. Type  B:\INSTALL  and press Enter. If the floppy
  32.         disk is in your A: drive, type A:INSTALL. 
  33.  
  34. Follow the instructions on your screen - the program 
  35. will guide you through the installation process.
  36.  
  37. You will need at least 5M of free space on your hard drive
  38. to install the files.
  39.  
  40.  
  41. USING FOXMASTERS
  42. (by Bruce Braunstein, Editor of FoxMasters magazine)
  43. ----------------
  44.  
  45. To run FoxMasters, you must be running FoxPro for Windows. 
  46.  
  47. 1. Select Program | Do from the menu (or type DO ? in the 
  48.    command dialog box, and press Enter). 
  49.  
  50. 2. Select the directory that you chose to install the files 
  51.    in (the default is \FOXPRODG).
  52.  
  53. 3. Select the file FMW.APP and press Enter or click DO.
  54.  
  55. The FoxMasters prompt will appear on the main system menu bar.
  56. It will let you select the articles that you wish to read from 
  57. the 'Table of Contents.' In this option you can read an 
  58. article, run the code, print it out, or simply exit.  
  59.  
  60.     Each time you finish any action on an article, you'll
  61.     need to reselect the table of contents.
  62.  
  63. The next option is the 'Editorial.' Here you can read my 
  64. opinions.
  65.  
  66. This is followed by the 'Entertainment' section that gives you
  67. a game of  POPTRIS written in FoxPro by Gerald Garcia.  This 
  68. shows what can be done with FoxPro for Windows.  (Also included 
  69. on the disk is a FoxPro version of the Game of Life written by 
  70. Tom Rombouts - you'll find this in the main Table of Contents).
  71.  
  72. The 'About FoxMasters' section  provides information covering 
  73. what FoxMasters is, how to write for it and how you can 
  74. subscribe.
  75.  
  76. 'FM_Setup' lets you choose which issue you want to read by issue 
  77. number (if this is the only issue of FoxMasters you have, this
  78. issue is already chosen by default). It also lets you choose if 
  79. you want the FoxMasters popup to open when you activate FPW.APP.
  80.  
  81. Finally the 'Unload' options lets you remove FoxMasters from 
  82. memory and from your hard disk.
  83.  
  84. If you have any questions, or suggestions don't hesitate to get 
  85. in touch with me.
  86.  
  87.  
  88.  
  89. EXPERIMENTING WITH THE AUTHOR'S PROGRAMS
  90. ----------------------------------------
  91.  
  92. If you're not running FoxMasters magazine, you can still access
  93. Jeb Long's programs and his program code. You can directly run 
  94. and examine these program within FoxPro for Windows.
  95.  
  96. Look in the directory where you chose to install the book's 
  97. software (the default is \FOXPRODG). You'll find a directory
  98. named VOL2NUM0. Under this directory, you'll find a number of
  99. subdirectories, which contain the various programs and examples
  100. from the book. 
  101.  
  102.  
  103. THE LZSS COMPRESSION LIBRARY
  104. ----------------------------
  105.  
  106. The LZSS Compresion library is a shareware product from Eschalon
  107. Development. It consists of a DLL which can be called from within
  108. Windows programs, including FoxPro for Windows programs.
  109.  
  110. The author has written an example program which shows how to do
  111. this - it is located in the VOL2NUM0\DOCUMENT directory, and 
  112. is named DOCUMENT.PRG.
  113.  
  114. You'll find the complete files for this product in the LZSSLIB
  115. directory.
  116.  
  117.  
  118. *** end ***