home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / clipper / star201.zip / SC201UPG.EXE / README.201 < prev    next >
Text File  |  1993-05-18  |  3KB  |  79 lines

  1. Readme for people upgrading from StarClass 2.0
  2. ───────────────────────────────────────────────────────────────────────────────
  3. Dear StarClass user:
  4.  
  5.       ┌────────────────────────────────────────────────────────┐
  6.       │                                                        │
  7.       │   PLEASE READ THIS ENTIRE FILE BEFORE DOING ANYTHING   │
  8.       │                                                        │
  9.       └────────────────────────────────────────────────────────┘
  10.  
  11.   This update is being distributed as a series of patch files. YOU NEED
  12.   THE ORIGINAL FILES to apply the patches.
  13.  
  14.   The contents of the Version 2.0 distribution files: SOURCE.EXE,
  15.   LIBS.EXE, INCLUDE.EXE, etc... are the baseline to which patches will
  16.   be applied. For this reason, it is *VITAL* that you have these files.
  17.   If you have modified any of the files, the PATCH will not work
  18.   properly.
  19.  
  20.   You'll find RTPatch PATCH.EXE on the original distribution disk if you
  21.   don't already have a copy.
  22.  
  23.  
  24.   >>>>         ┌─────────────────────────────────┐         <<<<
  25.   >>>>         │                                 │         <<<<
  26.   >>>>         │    NEW: A DIRECTORY STRUCTURE   │         <<<<
  27.   >>>>         │    ===                          │         <<<<
  28.   >>>>         └─────────────────────────────────┘         <<<<
  29.  
  30.   With version 2.01, we now have so many files that it was becoming too
  31.   complex for the developer (read: too much effort required) to keep it
  32.   all straight. To solve this, currently shipping versions use a new
  33.   directory structure. This structure will be required for future
  34.   updates (and will also make them easier for you!).
  35.  
  36.   To simplify things, the proper subdirectory structure was created for
  37.   for you when you expanded the update distribution file. What you'll
  38.   need to do next is move the original distribution files to their
  39.   like-named directories and apply the patches.
  40.  
  41.   eg (for SAMPLES):
  42.  
  43.        * copy your original V2.00 SAMPLES.EXE to the
  44.          SAMPLES directory
  45.  
  46.        * run
  47.  
  48.             SAMPLES.EXE
  49.  
  50.          ...to uncompress the original files
  51.  
  52.        * run
  53.  
  54.             PATCH SAMPLES
  55.  
  56.          ...to patch the original files
  57.  
  58. You'll have to do this process for:
  59.  
  60.         SOURCE
  61.         FUNCS
  62.         INCLUDE
  63.         SAMPLES
  64.         DOCS
  65.  
  66. Nore: after patching the NG, you'll want to move it to the directory
  67. where you keep your NGs.
  68.  
  69.  
  70.                   ┌────────────────────────────┐
  71.                   │   Class(y) Runtime Users   │
  72.                   └────────────────────────────┘
  73.  
  74. Please read the instructions in the NG. As well as specifying the
  75. CLASSYRT LIB file, you'll also need to include the object file
  76. SCCSY1RT.OBJ (in the LIB directory) when you link.
  77.  
  78.  
  79.