home *** CD-ROM | disk | FTP | other *** search
/ Plex 2 / Plex2.mdf / dp_misc / sk210t.txt < prev    next >
Text File  |  1994-06-07  |  3KB  |  62 lines

  1.                              SkyHawk Developer's Kit
  2.                                   Update Notice
  3.  
  4.                     Copyright 1992, 1994 Madison & Associates
  5.                                All Rights Reserved
  6.  
  7.                       DIFFERENCES BETWEEN REL. 2.00 AND 2.10
  8.  
  9.         Release 2.10 is essentially a maintenance release. The following
  10.         changes have been made:
  11.  
  12.            1.  Compilation for Dos Protected Mode operation is now poss-
  13.                ible, including compilation of the test suite.
  14.  
  15.            2.  Compiler selection has been extended to include TP7 and
  16.                BP7.
  17.  
  18.            3.  The .MAK file now includes an option to include/exclude
  19.                compilation of the test suite.
  20.  
  21.            4.  In this and earlier releases, the numeric type EXTENDED
  22.                was redefined to REAL if the directive Gen87 was disabled
  23.                in the ShDefine.INC file. A generic real type FLOAT is
  24.                now also defined. It is implemented by the following
  25.                structure in the appropriate source files:
  26.  
  27.                     type
  28.                     {$IFNDEF Gen87}
  29.                       extended        = real;
  30.                       Float           = real;
  31.                     {$ELSE}
  32.                       Float           = extended;
  33.                     {$ENDIF}
  34.  
  35.                This dual definition provides a transition period prior
  36.                to the next major release, currently scheduled for the
  37.                fall of 1994. At that time, the redefinition of type
  38.                EXTENDED will be removed.
  39.  
  40.            5.  A minor bug in ShCmdLin has been repaired. This bug
  41.                caused the first two switches to be improperly parsed if
  42.                the first switch had no associated explicit value.
  43.  
  44.         If you have previously downloaded release 2.00 (file SHDK-2.ZIP)
  45.         you need only download the patch file SK210P.ZIP. This file con-
  46.         tains the patch file and updating instructions. [You also need
  47.         PATCH.EXE, available on CIS in PCVENB section 6, or (except on
  48.         CIS) in the file WGMPAT.ZIP which also contains operating in-
  49.         structions.]
  50.  
  51.         If you do not have release 2.00, you may obtain the full product
  52.         by downloading SK210F.ZIP.
  53.  
  54.                                !! NOTICE !!
  55.         ****************************************************************
  56.         If you wish to further distribute this product (e.g., to another
  57.         BBS), please make sure to upload four files; SK210T.TXT (this
  58.         file), SK210F.ZIP, SK210P.ZIP, and WGMPAT.ZIP. Also, please keep
  59.         them as separate files. DO NOT ZIP THEM TOGETHER.
  60.  
  61.                                 Thank you.
  62.