home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Hack-Phreak Scene Programs
/
cleanhpvac.zip
/
cleanhpvac
/
FNTPAK32.ZIP
/
PASCAL.EXE
/
PACKLIST.PAS
< prev
Wrap
Pascal/Delphi Source File
|
1995-08-16
|
2KB
|
76 lines
Packing List: Pascal
========================================================================
BEFORE YOU DO ANYTHING ELSE: Run EVERYONE.Exe to unpack OBJ files
and fonts used by demo programs in
ALL programming languages!
========================================================== Demo Programs
FONT_PAK.Pas ' A unit which declares and links Font Pak routines
DEMO_MON.Pas ' IMPORTANT demo programs. Please run (and read)
DEMOFNT1.Pas ' each program to see how easy it is to change fonts
DEMOFNT2.Pas ' and mouse cursor shapes -- in TEXT -or- GRAPHICS
DEMOBRIT.Pas ' modes.
DEMOMOUS.Pas
DEMO_GFX.Pas
DEMO_GMS.Pas
DEMO_SYM.Pas
DEMO_LIN.Pas
========================================================== Support Files
========================= ALL Versions
OnDisk?.? files contain function LoadFontFile to load fonts from disk.
They are are compiler-specific.
ONDISK_P.Pas REGISTERED users receive this SOURCE CODE file.
ONDISK_7.TPU SHAREWARE users receive these two units -- one
ONDISK_6.TPU for TP 7.x, the other for TP 6.x.
=======================================================================
You unpacked these when you ran Everyone.Exe.
========================= REGISTERED Versions
FONTS.OBJ
VIDEO.OBJ
MOUSE_P.OBJ Pascal & PowerBasic users: use Mouse_P.Obj!
Do NOT use Mouse.Obj!
GFX_FONT.OBJ
LDCURSOR.OBJ
LDSYMBOL.OBJ
LDGFXCUR.OBJ
========================= SHAREWARE Versions
Shareware versions are designed to let you easily try out all options.
Therefore, we include just 1 OBJ you need LINK to programs:
fontpakP.OBJ NOTE the "P." It is v-e-r-y important that
Pascal users use fontpakP.obj -- and NOT
fontpak.obj.
This OBJ includes trial versions of ALL Font Pak
routines. It also contains samples of Font Pak's:
* Text-mode mouse cursor shapes
* Graphics-mode mouse cursor shapes
* Symbols and Icons
========================= End packing list