home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / cl_save.zip / READ.ME < prev    next >
Text File  |  1994-12-12  |  2KB  |  72 lines

  1.  
  2.  
  3.                                * * *
  4.  
  5.                       cl->SAVE Version 1.01
  6.                     THE Clipper°  ScreenSaver
  7.  
  8.                        All rights reserved
  9.                         PC-Dienste Berg &
  10.                            R. Albrecht
  11.  
  12.                                * * *
  13.  
  14.  
  15. Welcome to CL->SAVE !
  16.  
  17. At first, when starting the ScreenSaver, you see a info-text
  18. in the middle of your screen with the names of the programmers.
  19.  
  20. Please registered with the file ORDER.TXT,
  21. your full version is without this info-text and have an registered number.
  22.  
  23. Notes: The shareware-version doesn't work with window-functions
  24.        from CA/NT-Tools.
  25.  
  26.        It's only an option in the registered version.
  27.        In that version also exist an interface to create
  28.        your own ScreenSaver types!
  29.  
  30.                                * * *
  31.  
  32. Here are a few notes to get you up and running:
  33.  
  34. =>   for need CL->SAVE, please look at the DEMO.PRG
  35.  
  36. =>   the commands are easy to learn and you must only write the
  37.      following examples at the beginning of your application:
  38.  
  39.      #Include "SCRNSAVE.CH"     // in all PRG's, where define
  40.                                 // SET SCRNSAVE .. commands or
  41.                                 // needs INKEY(0)
  42.  
  43.      Set SCRNSAVE TIME To nn    // quickness of reaction
  44.                                 // nn seconds
  45.  
  46.      Set SCRNSAVE TYPE To nn    // picture of ScreenSaver,
  47.                                 // valid values are 1 to 6
  48.  
  49.      Set SCRNSAVE KEY  To 1     // value for keyboard buffer by interrupt
  50.  
  51.      Set SCRNSAVE ON            // to start the interrupt-control at
  52.                                 // the beginning of your program, loads
  53.                                 // a TSR-routine and is using the timer-
  54.                                 // interrupt 18.2 times in one second
  55.  
  56.      Set SCRNSAVE OFF           // always at the end of your program,
  57.                                 // to remove the TSR-routine from
  58.                                 // memory
  59.  
  60. =>   Compile your PRG           // for example : CLIPPER DEMO
  61.  
  62. =>   Link the OBJ-Code with
  63.      SCRNSAVE.LIB :             // for example : RTLINK FI DEMO LI SCRNSAVE
  64.  
  65.                                * * *
  66.  
  67. finally, please contact tech support if you have any problems:
  68.  
  69. We need your registered number of CL->SAVE !!!
  70.  
  71.                                * * *
  72.