Dec 232017
Turbo Technojocks Object ToolKit (Part 1 of 4). OOP toolkit written for Turbo Pascal 6.0. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
EXTFAST.PAS | 1324 | 472 | deflated |
EXTIO.PAS | 3261 | 1014 | deflated |
EXTLINK.PAS | 3944 | 1235 | deflated |
EXTWIN.PAS | 7756 | 1983 | deflated |
INSTALL.EXE | 9908 | 4627 | deflated |
OVERLAY.DOC | 2055 | 615 | deflated |
REGISTER.DOC | 2331 | 915 | deflated |
TOTBUILD.PAS | 357 | 178 | deflated |
TOTDATE.PAS | 14974 | 3375 | deflated |
TOTDIR.PAS | 22580 | 4985 | deflated |
TOTFAST.ASM | 15213 | 2533 | deflated |
TOTFAST.OBJ | 669 | 494 | deflated |
TOTFAST.PAS | 57474 | 11328 | deflated |
TOTFLAGS.INC | 2385 | 939 | deflated |
TOTINPUT.PAS | 26774 | 5753 | deflated |
TOTIO1.PAS | 61183 | 10244 | deflated |
TOTIO2.INC | 8912 | 2050 | deflated |
TOTIO2.PAS | 58230 | 9043 | deflated |
TOTIO3.PAS | 32297 | 5699 | deflated |
TOTKEY.PAS | 3751 | 1516 | deflated |
TOTLINK.PAS | 33592 | 6388 | deflated |
TOTLIST.PAS | 52894 | 9209 | deflated |
TOTLOOK.PAS | 8794 | 1877 | deflated |
TOTMENU.INC | 13541 | 2644 | deflated |
TOTMENU.PAS | 54094 | 8725 | deflated |
TOTMISC.PAS | 14805 | 4208 | deflated |
TOTMSG.PAS | 13478 | 2801 | deflated |
TOTREAL.PAS | 981 | 352 | deflated |
TOTSTR.PAS | 21196 | 4684 | deflated |
TOTSYS.PAS | 14184 | 3352 | deflated |
TOTWIN.PAS | 35678 | 6899 | deflated |
VENDOR.DOC | 1444 | 666 | deflated |
Download File TJOCKOT1.ZIP Here
Contents of the OVERLAY.DOC file
OVERLAY.DOC
===========
{ Copyright 1990 TechnoJock Software, Inc. }
{ All Rights Reserved }
{ Restricted by License }
This file details the Toolkit unit dependancies. In other words, the units
used by each Toolkit unit. This information is important when you want to
overlay Toolkit units.
If you enable the OVERLAY compiler directive in the TOTFLAGS.INC file, you
must manually call the initialization procedure for each unit. Every Toolkit
unit has an initialization procedure, and this procedure name is consistently
the unit name minus the TOT prefix plus the characters "INIT". For example,
the initialization procedures for the TOTFAST and TOTSYS units are FASTINIT
and SYSINIT, respectively.
Listed below are the unit dependancies:
totSYS - none
totLOOK - totSYS
totREAL - none
totINPUT - none
totFAST - totSYS, totLOOK, totINPUT
totWIN - totSYS, totLOOK, totINPUT, totFAST, totSTR, totMISC
totMSG - totSYS, totLOOK, totINPUT, totFAST, totMISC, totWIN, totSTR,
totIO1, totREAL
totLINK - totREAL, totINPUT, totSTR
totLIST - totSYS, totLOOK, totINPUT, totFAST, totMISC, totWIN, totSTR,
totREAL, totIO1, totLINK
totDIR - totSYS, totLOOK, totINPUT, totFAST, totMISC, totWIN, totSTR,
totIO1, totREAL, totLINK, totDATE, totMSG, totIO2
totIO1 - totSYS, totLOOK, totINPUT, totFAST, totMISC, totWIN, totSTR,
totREAL
totIO2 - totSYS, totLOOK, totINPUT, totFAST, totMISC, totWIN, totSTR,
totIO1, totREAL, totLINK, totDATE, totMSG
totIO3 - totSYS, totLOOK, totINPUT, totFAST, totMISC, totWIN, totSTR,
totIO1, totREAL, totLINK, totDATE, totMSG, totIO2
totMENU - totSYS, totLOOK, totINPUT, totFAST, totMISC, totWIN, totSTR,
totIO1, totREAL, totLINK
totSTR - totREAL, totINPUT
totDATE - totSYS, totREAL, totINPUT, totLOOK, totSTR
totMISC - totFAST, totSTR
===========
{ Copyright 1990 TechnoJock Software, Inc. }
{ All Rights Reserved }
{ Restricted by License }
This file details the Toolkit unit dependancies. In other words, the units
used by each Toolkit unit. This information is important when you want to
overlay Toolkit units.
If you enable the OVERLAY compiler directive in the TOTFLAGS.INC file, you
must manually call the initialization procedure for each unit. Every Toolkit
unit has an initialization procedure, and this procedure name is consistently
the unit name minus the TOT prefix plus the characters "INIT". For example,
the initialization procedures for the TOTFAST and TOTSYS units are FASTINIT
and SYSINIT, respectively.
Listed below are the unit dependancies:
totSYS - none
totLOOK - totSYS
totREAL - none
totINPUT - none
totFAST - totSYS, totLOOK, totINPUT
totWIN - totSYS, totLOOK, totINPUT, totFAST, totSTR, totMISC
totMSG - totSYS, totLOOK, totINPUT, totFAST, totMISC, totWIN, totSTR,
totIO1, totREAL
totLINK - totREAL, totINPUT, totSTR
totLIST - totSYS, totLOOK, totINPUT, totFAST, totMISC, totWIN, totSTR,
totREAL, totIO1, totLINK
totDIR - totSYS, totLOOK, totINPUT, totFAST, totMISC, totWIN, totSTR,
totIO1, totREAL, totLINK, totDATE, totMSG, totIO2
totIO1 - totSYS, totLOOK, totINPUT, totFAST, totMISC, totWIN, totSTR,
totREAL
totIO2 - totSYS, totLOOK, totINPUT, totFAST, totMISC, totWIN, totSTR,
totIO1, totREAL, totLINK, totDATE, totMSG
totIO3 - totSYS, totLOOK, totINPUT, totFAST, totMISC, totWIN, totSTR,
totIO1, totREAL, totLINK, totDATE, totMSG, totIO2
totMENU - totSYS, totLOOK, totINPUT, totFAST, totMISC, totWIN, totSTR,
totIO1, totREAL, totLINK
totSTR - totREAL, totINPUT
totDATE - totSYS, totREAL, totINPUT, totLOOK, totSTR
totMISC - totFAST, totSTR
December 23, 2017
Add comments