home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Info / Extras / EXTRAS.TXT
Text File  |  1999-07-14  |  3KB  |  71 lines

  1. ===========================================================
  2. Note: The FIF libraries that were supplied in the
  3. \INFO\EXTRAS folder in previous versions of Delphi are no
  4. longer available due to discontinued development and
  5. support by the vendor, Iterated Systems.
  6. ===========================================================
  7.  
  8. The following is a description of the add-in units 
  9. available in the \INFO\EXTRAS directory on your Delphi CD.
  10.  
  11. \INFO\EXTRAS\JPEG
  12. -----------------------------------------------------------
  13.    This directory includes the Delphi unit files
  14.    JConsts.pas and JPeg.pas, which were used to generate
  15.    the .DCU files installed with Delphi.  The JPeg unit
  16.    (and the .DCUs installed with Delphi) defines a graphic
  17.    class (TJPEGImage) and its helper object (TJPEGData).
  18.    The .DCUs installed with Delphi are completely self-
  19.    sufficient -- you do not need any of the files in the
  20.    INFO\EXTRAS\JPEG directory to use these.  However, if
  21.    you wish to read or alter the JPEG source, you may edit
  22.    the unit files in the JPEG directory. If you recompile
  23.    the units in the INFO\EXTRAS\JPEG directory, you must
  24.    link in the object files for the Independent JPEG
  25.    group's (IPG) implementation of the JPEG compression/
  26.    decompression standard. The OBJ files in this JPEG
  27.    library are included in the OBJ subdirectory. If you
  28.    wish to view the source files for those OBJ files, you
  29.    can look in the SRC directory. The SRC directory also
  30.    includes a readme file that provides more information,
  31.    including distribution information.
  32.  
  33. \INFO\EXTRAS\NETMANAGE
  34. -----------------------------------------------------------
  35.    This directory contains the Internet Solutions Pack
  36.    ActiveX controls that shipped with Delphi 3. These
  37.    components have been replaced in Delphi 4. The old
  38.    versions are included here for backward compatibility.
  39.    (These Internet controls are only available in the
  40.    Professional and higher editions of Delphi 4.)
  41.  
  42. \INFO\EXTRAS\SENDKEYS
  43. -----------------------------------------------------------
  44.   This unit includes two functions provided by Ken
  45.   Henderson that simulate popular Visual Basic routines:
  46.   Sendkeys and AppActivate. SendKeys can send only key-
  47.   strokes that are available directly from the keyboard. It
  48.   does not send so-called "dead keys" -- special key
  49.   combinations used in some languages.
  50.  
  51. \INFO\EXTRAS\ZLIB
  52. -----------------------------------------------------------
  53.    This directory includes the Delphi ZLIB unit file, which
  54.    implements utilities for compressing and decompressing
  55.    information using the freely distributable library
  56.    written by Jean-loup Gailly and Mark Adler.  This unit
  57.    provides two stream objects, TCompressionStream and
  58.    TDecompressionStream, that can be used to compress
  59.    information as it is written or decompress information
  60.    as it is read. It also includes the global CompressBuf
  61.    and DecompressBuf procedures to compress and decompress
  62.    information using buffers. To use the ZLIB unit, you
  63.    must link the OBJ files in the OBJ directory to your
  64.    Delphi application. The C source for these .OBJ files is
  65.    included in the SRC directory, along with a readme file
  66.    that provides more information about the library and a
  67.    disclaimer by the authors.
  68.  
  69. ===========================================================
  70. Copyright (c) 1999 Inprise Corporation. All rights reserved.
  71.