home *** CD-ROM | disk | FTP | other *** search
- The following subroutines or functions have changed since the initial
- release of QLIB5. Please consult the .DOC files for new information.
- Failure to modify your source code may result in crashed programs.
-
- QLIB5 revision A: QLIB5 revision B: QLIB5 revision C:
-
- BitBlockRestore MathChip MaxSNGArray
- BitBlockSave MaxDBLArray
- GetDRIVE MinSNGArray
- GetSUB MinDBLArray
- INT2STR SortSNGArrayHI
- LNG2STR SortSNGArrayLO
- StripChar SortDBLArrayHI
- ReadSShort SortDBLArrayLO
- ReadUShort
-
-
- These QLIB subroutines have been replaced since QLIB5 was released:
-
- QLIB5 revision A:
-
- STRFormat replaced by SNG2STR and DBL2STR
- DelCURArray replaced by DelArray8
- DelDBLArray replaced by DelArray8
- DelSNGArray replaced by DelArray4
- DelLNGArray replaced by DelArray4
- DelINTArray replaced by DelArray2
- BitBlockSize replaced by BitBlockBytes
- GBlockSize replaced by BitBlockBytes
- GPlaneSize replaced by BitPlaneBytes
- GBlockSave replaced by BitBlockSave
- GPlaneSave replaced by BitPlaneSave
- GBlockRestore replaced by BitBlockRestore
- GPlaneRestore replaced by BitPlaneRestore
-
- QLIB5 revision C:
-
- EMS2DBL replaced by EMSRead8
- EMS2INT replaced by EMSRead2
- EMS2LNG replaced by EMSRead4
- EMS2SNG replaced by EMSRead4
- DBL2EMS replaced by EMSWrite8
- INT2EMS replaced by EMSWrite2
- LNG2EMS replaced by EMSWrite4
- SetDBLArray replaced by SetArray8
- SetINTArray replaced by SetArray2
- SetLNGArray replaced by SetArray4
- SetSNGArray replaced by SetArray4
- SNG2EMS replaced by EMSWrite4
-
-
- QLIB5 revision E:
- FindPEGA replaced by IsSEVGA
- EEGA13225 replaced by Mode13225
- EEGA13243 replaced by Mode13243
- PEGA13225 replaced by Mode13225
- PEGA13243 replaced by Mode13243
-
- Some of the Style% parameters in QLIB's graphics subroutines have changed
- beginning with QLIB5 revision D. Review GRAPHICS.DOC for specific
- information.
-
-
-
- QLIB 5.2:
-
- (12/23/1991)
- BitBlockRestore and BitBlockSave have been a REAL PAIN! I endeavor to
- ship only bug-free software, but these two have been a PROBLEM!! I
- think the bugs are out; Please read the documentation for these
- subroutines in GRAPHICS.DOC because I eliminated the ptr% parameter
- (applies also to BitPlane subroutines). And PLEASE TELL ME if you find
- any (more) problems with these subroutines.
-
- (12/26/1991)
- BitPlaneSave and BitPlaneRestore now pass the plane number as a parmeter
- instead of as part of the subroutine name.
-
-
- QLIB 5.3: (2/10/1992)
- FileOpen subroutines replaced with FOpen functions
- FileCreate replaced with FCreate
- FClose replaces FileClose.
-
- QLIB 5.4: (4/22/1992)
- SetPixel replaced with PutDot
- GetPixel replaced with GetDot.
-
- QLIB 5.5: (5/xx/1992)
- QLIB subroutines no longer require ASCIIZ filenames
- DriveReady replaced with DiskWP
-
- QLIB 5.6: (12/xx/1992)
- FOpenR, FOpenW and FOpenRW replaced by FOpen
- CopyFile replaced by FCopy
-
- (1/10/1993)
- EMSOpen replaced by AllocEMS
- EMSClose replaced by FreeEMS
- EMSWrite replaced by EMPut
- EMSRead replaced by EMGet
-
- QLIB 5.7: (2/5/1993)
- Super13 and Super13a replaced by VGA13X
- Mode13225 and Mode13243 replaced by SVGA132
-
- QLIB 5.73: (12/30/1993)
- SortLNGArrayLO replaced by SortI4LO
- SortLNGArrayHI replaced by SortI4HI
- SortINTArrayLO replaced by SortI2LO
- SortINTArrayHI replaced by SortI2HI
- SortSNGArrayLO replaced by SortF4LO
- SortSNGArrayHI replaced by SortF4HI
- Super13, Super13a replaced by VGA13X