Dec 182017
TP5.5 code for self modifying TP programs by Tom Swan. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
README.TXT | 819 | 475 | deflated |
STATIC.TXT | 15249 | 5799 | deflated |
TCUNIT.PAS | 5981 | 1955 | deflated |
TCUNIT.TPU | 4960 | 2222 | deflated |
WINDGLOB.PAS | 831 | 413 | deflated |
WINDGLOB.TPU | 688 | 275 | deflated |
WINDINST.EXE | 8960 | 5479 | deflated |
WINDINST.PAS | 1731 | 700 | deflated |
WINDTEST.EXE | 4912 | 3498 | deflated |
WINDTEST.PAS | 2009 | 838 | deflated |
Download File TCUNIT.ZIP Here
Contents of the README.TXT file
See STATIC.TXT for information about how to use the files. To
compile the programs, use the commands:
tpc /b windinst
tpc /b windtest
The .TPU and .EXE files were compiled with Turbo Pascal 5.5. If you
are using an earlier compiler version, you MUST recompile the units.
Execute windtest to run the test program. Press any key to quit.
Next, run the test installation program windinst. Change various
window colors and the title string. Then, run windtest again to see
the effects of your changes. Because I wrote these examples for
publication in a magazine, they are rather terse--for example, you
have to enter colors by number. But, they demonstrate all you need
to know to write your own installers with TCUNIT. I'd appreciate
your comments.
Tom Swan
Compuserve ID: 73627,3241
compile the programs, use the commands:
tpc /b windinst
tpc /b windtest
The .TPU and .EXE files were compiled with Turbo Pascal 5.5. If you
are using an earlier compiler version, you MUST recompile the units.
Execute windtest to run the test program. Press any key to quit.
Next, run the test installation program windinst. Change various
window colors and the title string. Then, run windtest again to see
the effects of your changes. Because I wrote these examples for
publication in a magazine, they are rather terse--for example, you
have to enter colors by number. But, they demonstrate all you need
to know to write your own installers with TCUNIT. I'd appreciate
your comments.
Tom Swan
Compuserve ID: 73627,3241
December 18, 2017
Add comments