home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / D1234C1 / TGIFIMAG.ZIP / Install.txt next >
Text File  |  1998-07-16  |  2KB  |  60 lines

  1. Follow the steps outlined below for your particular development environment:
  2.  
  3. For evaluation or DCU versions, replace:
  4.   "GIFImage" with "GIFImage.dcu" and "TimerEx" with "TimerEx.dcu"
  5.  
  6. For source (purchased) versions, replace:
  7.   "GIFImage" with "GIFImage.pas" and "TimerEx" with "TimerEx.pas"
  8.  
  9.  
  10. 1) Locate the required files
  11. ----------------------------
  12. You'll need the following files for installation:
  13.   GIFImage.dcu (or GIFImage.pas if you purchased the source)
  14.   GIFImage.dcr
  15.   TimerEx.dcu  (or TimerEx.pas if you purchased the source)
  16.   TimerEx.dcr
  17.   Defines.inc  (only if you purchased the source)
  18.  
  19. You can find GIFImage.dcu and TimerEx.dcu here:
  20.   C++Builder 1: Bin\Builder1
  21.   Delphi 1    : Bin\Delphi1
  22.   Delphi 2    : Bin\Delphi2
  23.   Delphi 3    : Bin\Delphi3
  24.   Delphi 4    : Bin\Delphi4
  25.  
  26. You can find GIFImage.dcr and TimerEx.dcr here:
  27.   C++Builder 1: Bin\Glyph32
  28.   Delphi 1    : Bin\Glyph16
  29.   Delphi 2    : Bin\Glyph32
  30.   Delphi 3    : Bin\Glyph32
  31.   Delphi 4    : Bin\Glyph32
  32.  
  33.  
  34. 2) Copy the files to a folder of your choice
  35. --------------------------------------------
  36. Copy them wherever you store your components, let's say it's:
  37.   C:\Source\Components
  38.  
  39. 3) Add the folder to your library search path
  40. ---------------------------------------------
  41. This only really necessary for Delphi 1 and Delphi 3. The other compilers do it
  42. automatically (although it can't hurt to make sure).
  43.  
  44.  
  45. 4) Install the components
  46. -------------------------
  47.  
  48.   Delphi 1, Delphi 2, C++Builder 1:
  49.   ---------------------------------
  50.   Register the components by add GIFImage and TimeEx to the component library.
  51.   The
  52.   component library will now be rebuilt, and should include TGIFImage and
  53.   TTimerEx.
  54.  
  55.   Delphi 3, Delphi 4:
  56.   -------------------
  57.   Create a new package and add GIFImage and TimerEx. Compile and Install the
  58.   package. TGIFImage and TTimerEx should now be included on your component
  59.   palette.
  60.