Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 Running a Program on the Target Running Demos with Command Line Tools Running Demos in Microsoft Visual Studio Running Demos in the Borland Delphi IDE Using a Standard PC as a Target Using a Standard PC as a Target for GUI Demos Using the AMD Élan SC400 Evaluation Board Using the AMD Élan SC520 Evaluation Board Using the RTOS32Win Virtual Target Using the Real-Time Hypervisor Target Program TVDemo Compiling and Linking with On Time RTOS-32 |
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
|