home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / FNTPAK32.ZIP / C.EXE / PACKLIST.C < prev   
Text File  |  1995-08-16  |  3KB  |  90 lines

  1.  
  2.                                 Packing List:  C
  3.  
  4.     ========================================================================
  5.  
  6.     BEFORE YOU DO ANYTHING ELSE:
  7.  
  8.     Run EVERYONE.Exe to unpack OBJ files and fonts used by demo programs
  9.     in ALL programming languages!
  10.  
  11.     If you use a Quick C, be sure to read the section below on how to
  12.     create the Quick Libray you'll need to run the demos.
  13.  
  14.     ============================================== Creating a Quick Library
  15.  
  16.     Quick C users:  Create a .QLB (Quick Library) to use when running
  17.     our demos.  Here's how:
  18.  
  19.        link /q QUICKLIB  GRAPHICS.LIB  FONT_PAK.LIB  ONDISK_M , font_pak;
  20.                          ^^^^^^^^^^^^  ^^^^^^^^^^^^  ^^^^^^^^
  21.                          needed for    medium model  medium model
  22.                          some demos
  23.  
  24.     ========================================================== Demo Programs
  25.  
  26.     We strongly urge you to run ALL demo programs (listed below).
  27.  
  28.     FONT_PAK.H          ' IMPORTANT "include" file declaring Font Pak routines
  29.  
  30.     DEMO_MON.C          ' IMPORTANT demo programs.  Please run (and read)
  31.     DEMOFNT1.C          ' each program to see how easy it is to change fonts
  32.     DEMOFNT2.C          ' and mouse cursor shapes -- in TEXT -or- GRAPHICS
  33.     DEMOBRIT.C          ' modes -- and more and more and ....
  34.     DEMOMOUS.C
  35.     DEMO_GFX.C
  36.     DEMO_GMS.C
  37.     DEMO_SYM.C
  38.     DEMO_LIN.C
  39.  
  40.     ========================================================== Support Files
  41.  
  42.     You unpacked these when you ran Everyone.Exe.
  43.  
  44.     ========================= ALL Versions
  45.  
  46.     ONDISK_?.OBJ          OnDisk?.Obj files are compiler-specific.  They
  47.                           contain LoadFontFile to load fonts from disk.
  48.  
  49.  
  50.     OldEng_5.F16          \ 
  51.     Script_3.F16           ) Font Pak font files used in a demo
  52.     BigSanSR.F16          /
  53.  
  54.      Hollow9.OBJ          \
  55.      Script1.OBJ           ) Examples of "callable fonts"
  56.      Frazzle.OBJ           )
  57.       Tiny04.OBJ          /
  58.  
  59.  
  60.     ========================= REGISTERED Versions
  61.  
  62.      FONT_PAK.LIB         Includes all Font Pak routines listed below.
  63.                           It ALSO contains examples of callable fonts.
  64.  
  65.        FONTS.OBJ          Individual OBJs contained in Font_Pak.Lib
  66.        VIDEO.OBJ
  67.  
  68.        MOUSE.OBJ          C and Microsoft BASIC users:  use Mouse.Obj ONLY!
  69.      MOUSE_P.OBJ          Pascal & PowerBasic users:  use Mouse_P.Obj ONLY!
  70.  
  71.     GFX_FONT.OBJ
  72.  
  73.     LDCURSOR.OBJ
  74.     LDGFXCUR.OBJ
  75.     LDSYMBOL.OBJ
  76.  
  77.     ========================= SHAREWARE Versions
  78.  
  79.     In registered versions separate OBJs are provided so programmers can
  80.     LINK only what their program needs (and improve granularity).
  81.  
  82.     Shareware versions are designed to let you easily try out all options.
  83.     Therefore, we include just 1 LIB/OBJ you need LINK to programs:
  84.  
  85.      FONT_PAK.LIB         Includes trial versions of all Font Pak routines.
  86.  
  87.      FONTPAKP.OBJ         For Pascal and PowerBASIC -- ONLY!
  88.  
  89.     ========================= End Packlist.C
  90.