home *** CD-ROM | disk | FTP | other *** search
- unit TABPCX;
-
- interface
-
- procedure TABDemoPCX;
-
- const TABPCXSize = 9160; { This is the size of the TABDEMO.PCX file }
-
- implementation
-
- {$L TABPCX.OBJ}
-
- { To create the TABPCX.OBJ object file, you'll need the BINOBJ
- utility provided with Turbo Pascal or Borland Pascal. Have
- the PCX file "TABDEMO.PCX" in the current directory, and type
- the following command line:
-
- BINOBJ TABDEMO.PCX TABPCX.OBJ TABDemoPCX
-
- then press Enter. The file TABPCX.OBJ will be created. }
-
- procedure TABDemoPCX; external;
-
- end.
-