home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / clipper / star201.zip / README.201 < prev    next >
Text File  |  1993-05-21  |  3KB  |  82 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 SC201UPG.EXE.
  38.  
  39.   What you'll need to do next is move the original distribution files to
  40.   their like-named directories and apply the patches.
  41.  
  42.   eg (for SAMPLES):
  43.  
  44.        * copy your original V2.00 SAMPLES.EXE to the
  45.          SAMPLES directory
  46.  
  47.        * run
  48.  
  49.             SAMPLES.EXE
  50.  
  51.          ...to uncompress the original files
  52.  
  53.        * run
  54.  
  55.             PATCH SAMPLES
  56.  
  57.          ...to patch the original files
  58.  
  59. You'll have to do this process for:
  60.  
  61.         SOURCE
  62.         FUNCS
  63.         INCLUDE
  64.         SAMPLES
  65.         DOCS
  66.  
  67. Note: after patching the NG, you'll want to move it to the directory
  68. where you keep your NGs.
  69.  
  70.  
  71.                   ┌────────────────────────────┐
  72.                   │   Class(y) Runtime Users   │
  73.                   └────────────────────────────┘
  74.  
  75. Please read the instructions in the NG. As well as specifying the
  76. CLASSYRT LIB file, you'll also need to include the object file
  77. SCCSY1RT.OBJ (in the LIB directory) when you link. You'll also need one
  78. of the V1.x versions of the StarClass libraries (ie: LIB1PTCH or
  79. LIB3PTCH).
  80.  
  81.  
  82.