home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / FNTPAK32.ZIP / PASCAL.EXE / PACKLIST.PAS < prev   
Pascal/Delphi Source File  |  1995-08-16  |  2KB  |  76 lines

  1.  
  2.                             Packing List:  Pascal
  3.  
  4.     ========================================================================
  5.  
  6.     BEFORE YOU DO ANYTHING ELSE:   Run EVERYONE.Exe to unpack OBJ files
  7.                                    and fonts used by demo programs in
  8.                                    ALL programming languages!
  9.  
  10.  
  11.     ========================================================== Demo Programs
  12.  
  13.     FONT_PAK.Pas    ' A unit which declares and links Font Pak routines
  14.  
  15.     DEMO_MON.Pas    ' IMPORTANT demo programs.  Please run (and read)
  16.     DEMOFNT1.Pas    ' each program to see how easy it is to change fonts
  17.     DEMOFNT2.Pas    ' and mouse cursor shapes -- in TEXT -or- GRAPHICS
  18.     DEMOBRIT.Pas    ' modes.
  19.     DEMOMOUS.Pas
  20.     DEMO_GFX.Pas
  21.     DEMO_GMS.Pas
  22.     DEMO_SYM.Pas
  23.     DEMO_LIN.Pas
  24.  
  25.     ========================================================== Support Files
  26.  
  27.     ========================= ALL Versions
  28.  
  29.     OnDisk?.? files contain function LoadFontFile to load fonts from disk.
  30.     They are are compiler-specific.
  31.  
  32.  
  33.     ONDISK_P.Pas         REGISTERED users receive this SOURCE CODE file.
  34.  
  35.     ONDISK_7.TPU         SHAREWARE users receive these two units -- one
  36.     ONDISK_6.TPU         for TP 7.x, the other for TP 6.x.
  37.  
  38.  
  39.     =======================================================================
  40.  
  41.     You unpacked these when you ran Everyone.Exe.
  42.     
  43.     ========================= REGISTERED Versions
  44.  
  45.        FONTS.OBJ
  46.        VIDEO.OBJ
  47.  
  48.      MOUSE_P.OBJ         Pascal & PowerBasic users:  use Mouse_P.Obj!
  49.                          Do NOT use Mouse.Obj!
  50.     GFX_FONT.OBJ
  51.     LDCURSOR.OBJ
  52.     LDSYMBOL.OBJ
  53.     LDGFXCUR.OBJ
  54.  
  55.     ========================= SHAREWARE Versions
  56.  
  57.     Shareware versions are designed to let you easily try out all options.
  58.     Therefore, we include just 1 OBJ you need LINK to programs:
  59.  
  60.      fontpakP.OBJ        NOTE the "P."  It is v-e-r-y important that
  61.                          Pascal users use fontpakP.obj -- and NOT
  62.                          fontpak.obj.
  63.  
  64.                          This OBJ includes trial versions of ALL Font Pak
  65.                          routines.  It also contains samples of Font Pak's:
  66.  
  67.                             * Text-mode mouse cursor shapes
  68.  
  69.                             * Graphics-mode mouse cursor shapes
  70.  
  71.                             * Symbols and Icons
  72.  
  73.  
  74.     ========================= End packing list
  75.  
  76.