![]() |
Home |
|
Program TVDemoTVDemo shows how to use Borland's Turbo Vision class library for text mode user interfaces. TVDemo can only be used with Borland C/C++ and was originally supplied by Borland with Turbo Vision. TVDemo can be compiled, linked, and located using the supplied makefile. Two versions of TVDEMO can be built: one with and another without RTKernel-32. To build without RTKernel-32, just type: make tvdemo To build the program with RTKernel-32, use command line: make -DRTK32 tvdemo
|