Dec 222017
QuickBASIC timing delays and background delays with QB Source. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
FNCTICKS.DEF | 1035 | 537 | deflated |
QB.BI | 2005 | 573 | deflated |
READ.ME | 785 | 368 | deflated |
TICKS.DEF | 150 | 108 | deflated |
TIMERS.BAS | 2789 | 763 | deflated |
TIMERS.DOC | 5853 | 2204 | deflated |
TIMERS.OBJ | 3300 | 1582 | deflated |
TIMERS.QLB | 21968 | 4162 | deflated |
TIMETEST.BAS | 2343 | 806 | deflated |
TPCREAD.ME | 199 | 165 | deflated |
Download File TIMING2.ZIP Here
Contents of the READ.ME file
Timing routines for QuickBASIC 4.x.
The archive TIMING.ZIP contains:
-TIMERS.DOC - documentation on the timing SubPrograms DELAY &
BGDELAY.
-READ.ME - this file
-TIMERS.BAS - the source for the SubPrograms DELAY & BGDELAY
-TIMERS.OBJ - the output from BC TIMERS/FPA;
-TIMERS.QLB - the QuickLibrarys (includes INTERRUPT & INTERRUPTX,
as well as TIMERS.OBJ)
-QB.BI - an INCLUDE file, provided by Microsoft
-TICKS.DEF - an INCLUDE file used by TIMERS.BAS
-FNCTICKS.DEF - an INCLUDE file used by TIMERS.BAS
-TIMETEST.BAS - the source for a demo of DELAY & BGDELAY
To demo for yourself, type: QB TIMETEST/LTIMERS, then to run.
The archive TIMING.ZIP contains:
-TIMERS.DOC - documentation on the timing SubPrograms DELAY &
BGDELAY.
-READ.ME - this file
-TIMERS.BAS - the source for the SubPrograms DELAY & BGDELAY
-TIMERS.OBJ - the output from BC TIMERS/FPA;
-TIMERS.QLB - the QuickLibrarys (includes INTERRUPT & INTERRUPTX,
as well as TIMERS.OBJ)
-QB.BI - an INCLUDE file, provided by Microsoft
-TICKS.DEF - an INCLUDE file used by TIMERS.BAS
-FNCTICKS.DEF - an INCLUDE file used by TIMERS.BAS
-TIMETEST.BAS - the source for a demo of DELAY & BGDELAY
To demo for yourself, type: QB TIMETEST/LTIMERS, then
December 22, 2017
Add comments