home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / FOXPRO / GUI / README.DOC < prev    next >
Text File  |  1992-06-16  |  3KB  |  69 lines

  1.  
  2.   SPECIAL FORCES GUI LIBRARY - Copyright 1992 - Special Forces & Mark Witten
  3.   All rights reserved!!!
  4.   ==========================================================================
  5.  
  6.   Welcome to the second library release from Special Forces, the Special
  7.   Forces GUI Library.  We have spent much time and effort developing this
  8.   library and hope this little demo will give you an idea of its
  9.   capabilities.  Please keep in mind that the GUI function set is not hard
  10.   coded to look any perticular way... you always have the capabilities to
  11.   re-design everything from the arrow buttons to complete screen images.
  12.  
  13.   The GUI library is currently available to
  14.   non-Special Forces users for...................................$150.00
  15.  
  16.   Special Forces CUA library users who purchased
  17.   the CUA library prior to July 1, 1992 can purchase
  18.   the GUI library for............................................$ 75.00
  19.  
  20.   Finally, a limited version of the GUI library can
  21.   be purchased for evaluation.  If you decide to upgrade
  22.   to the complete library, the evaluation copy price can
  23.   be deducted from the $150.00 full version cost.  The
  24.   GUI evaluation copy is available for...........................$ 25.00
  25.  
  26.   Payment for the GUI or our CUA library can be made in the form of check
  27.   or money order payable to:
  28.  
  29.                                Special Forces
  30.                                404 Dove Court
  31.                                Mt. Holly, NJ 08060
  32.  
  33.   If you have any questions, comments etc., we can be reached by phone
  34.   or fax at:
  35.  
  36.                                ( 609 ) 265-0921
  37.  
  38.   Sincerely,
  39.   Mark N. Witten
  40.  
  41.   =================[ S Y S T E M   R E Q U I R E M E N T S ]================
  42.  
  43.   The Special Forces GUI Library for FORCE requires the following:
  44.  
  45.       1. VGA card and monitor with 256k ram.
  46.  
  47.   The following is suggested for the library and this demo:
  48.  
  49.       1. Minimum of 153608 byte disk cache.
  50.       2. 200k XMS memory.
  51.  
  52.   We have recently added the XMS memory support in order to speed save/
  53.   restore screen procedures.  It is highly suggested that this be provided
  54.   on end systems.  In general, this should not be a problem since most
  55.   new computers have 1MB of memory, of which 640k is conventional...
  56.   therefore 384k is available for XMS.  The GUI_SAVESCRN() and GUI_RESTSCRN()
  57.   will attempt to use the XMS if it is available, otherwise, it will utilize
  58.   the disk.
  59.  
  60.   All the XMS functions are self activating!!!  In other words, unless you
  61.   physically lock or unlock XMS, the GUI functions will check if XMS or
  62.   disk should be used.
  63.  
  64.   PLEASE NOTE!: The GUIDEMO program is our in house test program and
  65.   therefore may have some bugs we just created.
  66.  
  67.   PS: Run this demo from a harddisk, not from this floppy!
  68.  
  69.