Dec 092017
Turbo C 2.0 source code and object to load PCX files in EGA/VGA 16-color with additional routines for loading 256-color palettes. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
AUTHOR.PCX | 21716 | 7674 | deflated |
READ.ME | 708 | 438 | deflated |
SHOWIT.C | 25711 | 5958 | deflated |
SHOWIT.EXE | 19464 | 10432 | deflated |
SHOWIT.H | 1726 | 549 | deflated |
SHOWIT.OBJ | 6497 | 3317 | deflated |
SHOW_PCX.PAS | 28972 | 6819 | deflated |
Download File SHOWIT.ZIP Here
Contents of the READ.ME file
This is a simple EGA/VGA 16 color utility to read ZSoft PC Paintbrush
files. The source code is included for you to modify and use in your
own programs. The original Pascal file from which the file format was
learned is included. To try the utility type at the command line:
SHOWIT AUTHOR.PCX 180 180
Instructions on how to compile the program are at the top of the source
file. There is a separate header file in case you wish to use the
object file directly. If you are not using the pascal modifiers, just
replace them globally with cdecl or eliminate them entirely so that you
will not get a lot of compiler errors.
Victor Cummings
P.O. Box 12295
Baltimore, MD 21281
December 9, 2017
Add comments