SkyHawk Developer's Kit Update Notice Copyright 1992, 1994 Madison & Associates All Rights Reserved DIFFERENCES BETWEEN REL. 2.00 AND 2.10 Release 2.10 is essentially a maintenance release. The following changes have been made: 1. Compilation for Dos Protected Mode operation is now poss- ible, including compilation of the test suite. 2. Compiler selection has been extended to include TP7 and BP7. 3. The .MAK file now includes an option to include/exclude compilation of the test suite. 4. In this and earlier releases, the numeric type EXTENDED was redefined to REAL if the directive Gen87 was disabled in the ShDefine.INC file. A generic real type FLOAT is now also defined. It is implemented by the following structure in the appropriate source files: type {$IFNDEF Gen87} extended = real; Float = real; {$ELSE} Float = extended; {$ENDIF} This dual definition provides a transition period prior to the next major release, currently scheduled for the fall of 1994. At that time, the redefinition of type EXTENDED will be removed. 5. A minor bug in ShCmdLin has been repaired. This bug caused the first two switches to be improperly parsed if the first switch had no associated explicit value. If you have previously downloaded release 2.00 (file SHDK-2.ZIP) you need only download the patch file SK210P.ZIP. This file con- tains the patch file and updating instructions. [You also need PATCH.EXE, available on CIS in PCVENB section 6, or (except on CIS) in the file WGMPAT.ZIP which also contains operating in- structions.] If you do not have release 2.00, you may obtain the full product by downloading SK210F.ZIP. !! NOTICE !! **************************************************************** If you wish to further distribute this product (e.g., to another BBS), please make sure to upload four files; SK210T.TXT (this file), SK210F.ZIP, SK210P.ZIP, and WGMPAT.ZIP. Also, please keep them as separate files. DO NOT ZIP THEM TOGETHER. Thank you.