home *** CD-ROM | disk | FTP | other *** search
- Copy ALL these files to a directory on your hard disk.
- Change to that drive and directory.
- Bring up Pascal compiler.
- Open GRAPHDMO.PAS in editor.
- Do a BUILD. This will compile all the UNITs along with GRAPHDMO
- and will place the TPU files in the OPTIONS DIR designated EXETPU dir or,
- if none designated, into the current dir.
-
- See the GP.DOC file for full description of all procedures and functions.
-
- NOTE: (1) See GP.PAS, BGIDRIV.PAS, and BGIFONT.PAS for commented out code if
- wish to extend.
- (2) VESA16U.PAS should be compiled separately to produce UNIT.
- Put VESA16.OBJ in your OPTIONS DIR desiginated OBJ dir.
- Then you may place VESA16U in your USES statement to allow
- BeginGraphic (or InitGraph) to detect VESA monitor, if desired.
- Otherwise, the EGAVGA driver will be detected and used in VGA mode.
-