home *** CD-ROM | disk | FTP | other *** search
- {
- This is a very simple Turbo Vision TSR. It uses the unit TVSCREEN provided
- by TurboPower Software, and the OPSWAP and OPSWAP1 units from TurboPower's
- Object Professional or TSRs Made Easy libraries. Object Professional and
- TSRs Made Easy are commercial libraries and may not be distributed. This
- file, the TVSCREEN unit, and associated text may be distributed freely.
- }
- {$M 8192, 0, 655360}
-
- program TVSTEST;
-
- uses
- Dos,
- TvScreen,
- Objects, Drivers, Memory, Views, Menus, App,
- TvSTestM,
- OpSwap;
-
- begin
- InitTvTest;
- end.