home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / FOXPRO / FCT1_12 / READ.ME < prev    next >
Text File  |  1991-11-14  |  4KB  |  113 lines

  1.  
  2.  
  3.                           The FORCE TOOLS (TM)
  4.                              Version 1.2
  5.  
  6.  
  7.      Program:
  8.  
  9.      (c) Copyright 1990, 1991 Peter Raaphorst - All Rights Reserved
  10.  
  11.      Documentation:
  12.  
  13.      Copyright 1990, 1991 Peter Raaphorst
  14.      All Rights Reserved
  15.  
  16.  
  17.                      Installing the Force Tools
  18.  
  19. Normally,  this  documentation  file  and  all  the  supporting  files  are
  20. distributed as  the file,  "FCT1_12.EXE", which is a self-extracting archive
  21. file.  To extract all the files, type:
  22.  
  23.      FCT1_12 [ENTER]
  24.  
  25. At the  DOS prompt.   That  will create  the lib and header files.  To print
  26. the documentation, type:
  27.  
  28.      copy *.HDR LPT1 [ENTER]
  29.  
  30. The documentation  is formatted  for 58  lines per page, with 75 characters
  31. per line,  to permit  easy printing on the widest variety of dot-matrix and
  32. laser printers.
  33.  
  34.  
  35.                            Files in the archive
  36.  
  37.      FCT1.LIB.................The Force Tools library
  38.      FC_*.HDR.................The Header files and function documentation
  39.      STRIP.EXE................Header-file strip utility
  40.      STRIP.PRG................The source code for the strip utilty
  41.      FC_LIST.EXE..............Force program lister
  42.      FC_LIST.PRG..............Example program using the force tools 1.00
  43.      COMMANDS.TXT.............Command file for fc_list
  44.      FUNCTION.TXT.............Function file for fc_list
  45.      READ.ME..................Late-breaking Information about Force Tools
  46.      WHATS.NEW................Latest update information
  47.  
  48.                            About the FORCE TOOLS
  49.  
  50. The force tools are not FREE!. The are distributed as Shareware and should
  51. be registerd after a trial period of 10 day's. You may not sell applications
  52. which uses the force tools until you have registeerd.
  53.  
  54. The force tools are written in assembly language and optimized for speed. 
  55. They are ment to be a time saving help for the serious application developer
  56. and to increase program performance.
  57.  
  58.                            Registration
  59.                            
  60. What happens if you register :    
  61.  
  62.    - You may use the force tools as long as you wish.
  63.    - You will receive free support through the telephone number mentioned
  64.      in the header file.
  65.    - You may download and use updates freely.
  66.    
  67. Registration fee is $199. This entitles you to use the force tools as
  68. an private person or as company. You may place as much as five copies in your
  69. company on different machines. No runtime license is needed. You are then free
  70. to sell applications wich use the Force tools, with the unregisterd version
  71. you are not !
  72.  
  73.                            HOW TO REGISTER (American users)
  74.  
  75. Fill in your check and send it to:
  76.    
  77.                            Rabobank Nederland
  78.                            Money Transfer Deparment
  79.                            245 Park Avenue
  80.                            New York, N.Y. 10167
  81.  
  82. Make it payable to account number : 18.10.20.130-230
  83. Don't forget to put your name and adress on the check, so that whe can send
  84. you mailing and updates.
  85.  
  86.                            HOW TO REGISTER (Europian users)
  87.  
  88. Transfer FL 400 guilder to bank account:
  89.    
  90.                            17.10.79.353
  91.                            Peter Raaphorst
  92.                            Helmond
  93.                            Rabo bank
  94.  
  95. Don't forget to put your name and adress on the transfer form so that 
  96. whe can send you mailing and updates.
  97.  
  98.  
  99.                            Using the FORCE TOOLS
  100.                            
  101. Using the force tools is easy, enter in your source code before you start     
  102. using any Force Tools function :
  103.  
  104.       #include (appropiate header for example :) fc_video.hdr
  105.       
  106. Link with the fct1.lib as option, for example :
  107.  
  108.       LINK test,,,\fct1\fct1.lib \force\lib\force
  109.       
  110. You should enter the fct1.lib as the first one because some internal force
  111. functions are replaced by the fct1 library routines.
  112.       
  113. eof - read.me